Fix style build error
This commit is contained in:
parent
ac9fe09f4d
commit
10f5affef6
1 changed files with 6 additions and 8 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue