Spaces:
Running
Running
Commit
·
e04f6b7
1
Parent(s):
ea6b765
Update templates/index.html
Browse files- templates/index.html +5 -0
templates/index.html
CHANGED
@@ -8,6 +8,7 @@
|
|
8 |
justify-content: left;
|
9 |
background-color: black;
|
10 |
padding-top: 3%;
|
|
|
11 |
}
|
12 |
|
13 |
.pulse {
|
@@ -91,6 +92,10 @@
|
|
91 |
}
|
92 |
|
93 |
@media only screen and (orientation: portrait) {
|
|
|
|
|
|
|
|
|
94 |
.h1 {
|
95 |
margin-bottom: 2%;
|
96 |
}
|
|
|
8 |
justify-content: left;
|
9 |
background-color: black;
|
10 |
padding-top: 3%;
|
11 |
+
margin-left: 5vw;
|
12 |
}
|
13 |
|
14 |
.pulse {
|
|
|
92 |
}
|
93 |
|
94 |
@media only screen and (orientation: portrait) {
|
95 |
+
body {
|
96 |
+
margin-left: auto;
|
97 |
+
}
|
98 |
+
|
99 |
.h1 {
|
100 |
margin-bottom: 2%;
|
101 |
}
|