Spaces:
Running
Running
Tobias Cornille
commited on
Commit
·
76f738a
1
Parent(s):
b95999a
Update style.css
Browse files
style.css
CHANGED
@@ -22,6 +22,12 @@ body,
|
|
22 |
align-items: center;
|
23 |
}
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
#container {
|
26 |
position: relative;
|
27 |
gap: 0.4rem;
|
|
|
22 |
align-items: center;
|
23 |
}
|
24 |
|
25 |
+
#labels {
|
26 |
+
margin-top: 0.4rem;
|
27 |
+
padding: 0.4rem;
|
28 |
+
border-radius: 0.4rem;
|
29 |
+
}
|
30 |
+
|
31 |
#container {
|
32 |
position: relative;
|
33 |
gap: 0.4rem;
|