Spaces:
Running
Running
Update styles.css
Browse files- styles.css +4 -1
styles.css
CHANGED
@@ -103,7 +103,10 @@ main {
|
|
103 |
}
|
104 |
|
105 |
section {
|
106 |
-
padding:
|
|
|
|
|
|
|
107 |
background-color: #111827;
|
108 |
position: relative;
|
109 |
overflow: hidden;
|
|
|
103 |
}
|
104 |
|
105 |
section {
|
106 |
+
padding-left: 30px;
|
107 |
+
padding-right: 30px;
|
108 |
+
padding-top: 5px;
|
109 |
+
padding-bottom: 50px;
|
110 |
background-color: #111827;
|
111 |
position: relative;
|
112 |
overflow: hidden;
|