ehh the blue header was a bit much

This commit is contained in:
2023-01-07 17:02:38 -05:00
parent dfb9ee79cb
commit de2d473bad
2 changed files with 1 additions and 3 deletions
+1
View File
@@ -8,6 +8,7 @@ const styles = {
maxWidth: "300px",
margin: "auto",
marginBottom: "26px",
borderRadius: "200px",
},
};
---
-3
View File
@@ -41,12 +41,10 @@ body {
header {
margin: 0;
padding: 0.5rem 1rem;
background-color: var(--blue);
}
header h1 {
text-align: center;
color: white;
}
nav ul {
@@ -57,7 +55,6 @@ nav ul {
}
nav ul li a {
color: white;
font-size: 1.2rem;
}