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 {
|
||||
font-weight: 700;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
* {
|
||||
.header * {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
.about {
|
||||
li {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.about li {
|
||||
margin-bottom: 1.25em;
|
||||
}
|
||||
|
||||
.nav h2 {
|
||||
|
|
Loading…
Reference in a new issue