Spaces:
Runtime error
Runtime error
Caitlin Blackmore
commited on
Commit
·
87a14bd
1
Parent(s):
aa1d437
fix navbar styling
Browse files- static/styles.css +1 -0
static/styles.css
CHANGED
|
@@ -37,6 +37,7 @@ html {
|
|
| 37 |
flex-direction: row;
|
| 38 |
list-style: none;
|
| 39 |
padding: 0;
|
|
|
|
| 40 |
color: #5c6b70
|
| 41 |
}
|
| 42 |
|
|
|
|
| 37 |
flex-direction: row;
|
| 38 |
list-style: none;
|
| 39 |
padding: 0;
|
| 40 |
+
align-items: center;
|
| 41 |
color: #5c6b70
|
| 42 |
}
|
| 43 |
|