Spaces:
Running
Running
Update styles.css
Browse files- styles.css +2 -1
styles.css
CHANGED
@@ -22,6 +22,7 @@ h1 {
|
|
22 |
font-size: 48px;
|
23 |
font-weight: bold;
|
24 |
margin-bottom: 16px;
|
|
|
25 |
}
|
26 |
|
27 |
a:link {
|
@@ -58,7 +59,7 @@ td, th {
|
|
58 |
}
|
59 |
|
60 |
.user {
|
61 |
-
font-weight:
|
62 |
}
|
63 |
|
64 |
|
|
|
22 |
font-size: 48px;
|
23 |
font-weight: bold;
|
24 |
margin-bottom: 16px;
|
25 |
+
text-align: center;
|
26 |
}
|
27 |
|
28 |
a:link {
|
|
|
59 |
}
|
60 |
|
61 |
.user {
|
62 |
+
font-weight: 900;
|
63 |
}
|
64 |
|
65 |
|