layout redesign
This commit is contained in:
@@ -117,9 +117,16 @@ code, pre, kbd, samp {
|
||||
/* Prose — readable column, calm hierarchy */
|
||||
.prose {
|
||||
color: var(--text);
|
||||
max-width: 70ch;
|
||||
line-height: 1.7;
|
||||
font-size: 1rem;
|
||||
max-width: 72ch;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
line-height: 1.75;
|
||||
font-size: 1.05rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.prose {
|
||||
font-size: 1.0625rem;
|
||||
}
|
||||
}
|
||||
.prose h1 {
|
||||
font-size: clamp(1.75rem, 1.4rem + 1.5vw, 2.5rem);
|
||||
|
||||
Reference in New Issue
Block a user