Update static/style.css
Browse files- static/style.css +2 -2
static/style.css
CHANGED
@@ -12,13 +12,13 @@ body.dark-theme {
|
|
12 |
|
13 |
main {
|
14 |
max-width: 80rem;
|
15 |
-
text-align:
|
16 |
}
|
17 |
|
18 |
section {
|
19 |
display: flex;
|
20 |
flex-direction: column;
|
21 |
-
align-items:
|
22 |
}
|
23 |
|
24 |
a {
|
|
|
12 |
|
13 |
main {
|
14 |
max-width: 80rem;
|
15 |
+
text-align: center;
|
16 |
}
|
17 |
|
18 |
section {
|
19 |
display: flex;
|
20 |
flex-direction: column;
|
21 |
+
align-items: center;
|
22 |
}
|
23 |
|
24 |
a {
|