Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -16,8 +16,7 @@ p {
|
|
16 |
}
|
17 |
|
18 |
.card {
|
19 |
-
|
20 |
-
height: 1440px;
|
21 |
margin: 0 auto;
|
22 |
padding: 16px;
|
23 |
text-color: white;
|
@@ -29,3 +28,8 @@ p {
|
|
29 |
.card p:last-child {
|
30 |
margin-bottom: 0;
|
31 |
}
|
|
|
|
|
|
|
|
|
|
|
|
16 |
}
|
17 |
|
18 |
.card {
|
19 |
+
|
|
|
20 |
margin: 0 auto;
|
21 |
padding: 16px;
|
22 |
text-color: white;
|
|
|
28 |
.card p:last-child {
|
29 |
margin-bottom: 0;
|
30 |
}
|
31 |
+
|
32 |
+
.slider {
|
33 |
+
max-width: 3040px;
|
34 |
+
height: 1440px;
|
35 |
+
}
|