Spaces:
Sleeping
Sleeping
Update style.css
Browse files
style.css
CHANGED
|
@@ -53,11 +53,16 @@ body,
|
|
| 53 |
display: flex;
|
| 54 |
justify-content: center;
|
| 55 |
align-items: center;
|
| 56 |
-
width:
|
| 57 |
-
margin-left: calc(-50vw + 50%);
|
| 58 |
margin-bottom: 30px;
|
| 59 |
}
|
| 60 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
.header-logo {
|
| 62 |
flex: unset;
|
| 63 |
display: flex;
|
|
|
|
| 53 |
display: flex;
|
| 54 |
justify-content: center;
|
| 55 |
align-items: center;
|
| 56 |
+
width: 100%;
|
|
|
|
| 57 |
margin-bottom: 30px;
|
| 58 |
}
|
| 59 |
|
| 60 |
+
.main .block-container {
|
| 61 |
+
max-width: 100% !important;
|
| 62 |
+
padding-left: 2rem !important;
|
| 63 |
+
padding-right: 2rem !important;
|
| 64 |
+
}
|
| 65 |
+
|
| 66 |
.header-logo {
|
| 67 |
flex: unset;
|
| 68 |
display: flex;
|