richylyq commited on
Commit
813f42d
1 Parent(s): 918c8b2

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +6 -2
style.css CHANGED
@@ -16,8 +16,7 @@ p {
16
  }
17
 
18
  .card {
19
- max-width: 3040px;
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
+ }