"ഫലകം:AuthorProfile/styles.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
അഭിപ്രായവേദി സംരംഭത്തിൽ നിന്ന്
(ചെ.)No edit summary |
(ചെ.)No edit summary റ്റാഗ്: Reverted |
||
| വരി 49: | വരി 49: | ||
gap: 20px; | gap: 20px; | ||
margin-top: 20px; | margin-top: 20px; | ||
} | |||
.older-articles-section{ | |||
margin-top:20px; | |||
padding-top:10px; | |||
border-top:2px dashed #e2e8f0; | |||
} | |||
.older-articles-section h3{ | |||
font-family:'Manjari',sans-serif !important; | |||
color:#2d3748; | |||
margin-top:15px; | |||
margin-bottom:15px; | |||
} | |||
.older-articles-list{ | |||
display:grid; | |||
grid-template-columns:repeat(3,1fr); | |||
gap:20px; | |||
} | |||
.older-articles-list li{ | |||
font-family:'Manjari',sans-serif !important; | |||
font-size:1.05em; | |||
margin-bottom:10px; | |||
color:#4a5568; | |||
} | } | ||
15:04, 9 ജൂലൈ 2026-നു നിലവിലുണ്ടായിരുന്ന രൂപം
.author-profile-main {
display: flex;
gap: 20px;
align-items: flex-start;
margin-bottom: 20px;
}
.author-profile-photo {
flex: 0 0 200px;
}
.author-profile-photo img {
max-width: 200px;
height: auto;
border-radius: 6px;
}
.author-profile-bio {
flex: 1;
line-height: 1.7;
}
.author-profile-link {
margin-top: 15px;
font-weight: 600;
}
.author-profile-clear {
clear: both;
}
@media (max-width: 768px) {
.author-profile-main {
flex-direction: column;
}
.author-profile-photo {
text-align: center;
}
.author-profile-photo img {
max-width: 180px;
}
}
.author-articles-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 20px;
margin-top: 20px;
}
.older-articles-section{
margin-top:20px;
padding-top:10px;
border-top:2px dashed #e2e8f0;
}
.older-articles-section h3{
font-family:'Manjari',sans-serif !important;
color:#2d3748;
margin-top:15px;
margin-bottom:15px;
}
.older-articles-list{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}
.older-articles-list li{
font-family:'Manjari',sans-serif !important;
font-size:1.05em;
margin-bottom:10px;
color:#4a5568;
}