Spaces:
Running
Running
Update styles.css
Browse files- styles.css +3 -3
styles.css
CHANGED
@@ -29,8 +29,8 @@ h1 {
|
|
29 |
h2 {
|
30 |
font-size: 24px;
|
31 |
font-weight: bold;
|
32 |
-
margin-bottom:
|
33 |
-
margin-
|
34 |
text-align: left;
|
35 |
}
|
36 |
|
@@ -105,7 +105,7 @@ main {
|
|
105 |
section {
|
106 |
padding-left: 30px;
|
107 |
padding-right: 30px;
|
108 |
-
padding-top:
|
109 |
padding-bottom: 50px;
|
110 |
background-color: #111827;
|
111 |
position: relative;
|
|
|
29 |
h2 {
|
30 |
font-size: 24px;
|
31 |
font-weight: bold;
|
32 |
+
margin-bottom: 20px;
|
33 |
+
margin-top: 0px;
|
34 |
text-align: left;
|
35 |
}
|
36 |
|
|
|
105 |
section {
|
106 |
padding-left: 30px;
|
107 |
padding-right: 30px;
|
108 |
+
padding-top: 0px;
|
109 |
padding-bottom: 50px;
|
110 |
background-color: #111827;
|
111 |
position: relative;
|