mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Use marked for markdown parsing
This commit is contained in:
@@ -1,8 +1,3 @@
|
||||
ul,
|
||||
ol {
|
||||
list-style: inside;
|
||||
}
|
||||
|
||||
.container {
|
||||
margin-inline: auto;
|
||||
inline-size: min(100% - var(--space-m), 75ch);
|
||||
@@ -21,10 +16,6 @@ footer {
|
||||
padding-block: var(--space-s);
|
||||
}
|
||||
|
||||
section:has(> h2) + section:has(> h2) {
|
||||
margin-block-start: var(--space-l);
|
||||
}
|
||||
|
||||
.articles ul {
|
||||
display: grid;
|
||||
list-style: none;
|
||||
|
||||
Reference in New Issue
Block a user