Fix style build error

This commit is contained in:
Ondřej 2023-09-14 12:58:28 +02:00
parent ac9fe09f4d
commit 10f5affef6

View file

@ -51,16 +51,14 @@ import Layout from "../layouts/Layout.astro";
.header { .header {
font-weight: 700; font-weight: 700;
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
* {
display: inline;
}
} }
.about { .header * {
li { display: inline;
margin-bottom: 1rem; }
}
.about li {
margin-bottom: 1.25em;
} }
.nav h2 { .nav h2 {