Merge pull request #9 from ghall89/dev

dev
This commit is contained in:
Graham Hall
2023-01-07 17:03:04 -05:00
committed by GitHub
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;
}