mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Differentiate blog and docs and sectionize headings
This commit is contained in:
@@ -2,13 +2,24 @@
|
||||
color-scheme: light dark;
|
||||
}
|
||||
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
margin-inline: auto;
|
||||
inline-size: min(100% - 2rem, 75ch);
|
||||
line-height: 1.5;
|
||||
font-family: system-ui, sans-serif;
|
||||
}
|
||||
|
||||
.container {
|
||||
margin-inline: auto;
|
||||
inline-size: min(100% - 2rem, 75ch);
|
||||
}
|
||||
|
||||
img,
|
||||
picture,
|
||||
svg,
|
||||
@@ -16,3 +27,14 @@ video {
|
||||
max-inline-size: 100%;
|
||||
block-size: auto;
|
||||
}
|
||||
|
||||
nav,
|
||||
header,
|
||||
main,
|
||||
footer {
|
||||
padding-block: 1rem;
|
||||
}
|
||||
|
||||
section + section {
|
||||
margin-block-start: 1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user