Spaces:
Running
Running
Update css/main.css
Browse files- css/main.css +2 -2
css/main.css
CHANGED
@@ -27,7 +27,7 @@ ul {
|
|
27 |
|
28 |
.convo-table {
|
29 |
width: 95%;
|
30 |
-
padding-top:
|
31 |
padding-left: 40px;
|
32 |
}
|
33 |
|
@@ -56,7 +56,7 @@ ul {
|
|
56 |
position: fixed;
|
57 |
top: 0;
|
58 |
width: 100%
|
59 |
-
padding: 60px
|
60 |
background: #e7fefc;
|
61 |
}
|
62 |
|
|
|
27 |
|
28 |
.convo-table {
|
29 |
width: 95%;
|
30 |
+
padding-top: 150px;
|
31 |
padding-left: 40px;
|
32 |
}
|
33 |
|
|
|
56 |
position: fixed;
|
57 |
top: 0;
|
58 |
width: 100%
|
59 |
+
padding: 60px;
|
60 |
background: #e7fefc;
|
61 |
}
|
62 |
|