Spaces:
Sleeping
Sleeping
Update style.css
Browse files
style.css
CHANGED
@@ -14,3 +14,13 @@
|
|
14 |
background: #1565c0;
|
15 |
border-radius: 100vh;
|
16 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
background: #1565c0;
|
15 |
border-radius: 100vh;
|
16 |
}
|
17 |
+
|
18 |
+
#custom-row {
|
19 |
+
display: flex;
|
20 |
+
justify-content: space-between;
|
21 |
+
align-items: center;
|
22 |
+
}
|
23 |
+
#centered-text {
|
24 |
+
flex-grow: 1;
|
25 |
+
text-align: center;
|
26 |
+
}
|