Spaces:
Running
Running
Juno360219
commited on
Commit
•
1e198bb
1
Parent(s):
50dbd39
uop
Browse filesupdate
style.css
CHANGED
@@ -1,4 +1,17 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
}
|
|
|
1 |
+
h {
|
2 |
+
display: flex;
|
3 |
+
align-items: center;
|
4 |
+
justify-content: space-between;
|
5 |
+
flex-direction: column;
|
6 |
+
}
|
7 |
+
h span {
|
8 |
+
display: flex;
|
9 |
+
width: 25vh;
|
10 |
+
flex-direction: row;
|
11 |
+
align-items: center;
|
12 |
+
}
|
13 |
+
h svg {
|
14 |
+
position: absolute;
|
15 |
+
top: 0;
|
16 |
+
width: 100%;
|
17 |
}
|