Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
|
@@ -5,8 +5,6 @@ body {
|
|
| 5 |
color: white;
|
| 6 |
font-size: 100px;
|
| 7 |
text-align: center;
|
| 8 |
-
max-width: 1080px;
|
| 9 |
-
height: 1080px;
|
| 10 |
}
|
| 11 |
|
| 12 |
.card {
|
|
@@ -21,7 +19,7 @@ body {
|
|
| 21 |
margin-bottom: 0;
|
| 22 |
}
|
| 23 |
|
| 24 |
-
.
|
| 25 |
max-width: 1080px;
|
| 26 |
height: 1080px;
|
| 27 |
}
|
|
|
|
| 5 |
color: white;
|
| 6 |
font-size: 100px;
|
| 7 |
text-align: center;
|
|
|
|
|
|
|
| 8 |
}
|
| 9 |
|
| 10 |
.card {
|
|
|
|
| 19 |
margin-bottom: 0;
|
| 20 |
}
|
| 21 |
|
| 22 |
+
.marquee {
|
| 23 |
max-width: 1080px;
|
| 24 |
height: 1080px;
|
| 25 |
}
|