style: spacing
This commit is contained in:
parent
5a9dc4b334
commit
3ee14640ed
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
footer {
|
||||
color: #888;
|
||||
font-size: small;
|
||||
margin: 40px 0 0 -40px;
|
||||
margin-top: 2em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@ import Footer from "../components/Footer.astro";
|
|||
}
|
||||
|
||||
h1 {
|
||||
margin: 0 0 2rem 0;
|
||||
margin: 0;
|
||||
color: rgba(255, 255, 255, 0.75);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue