We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15b4fb commit 4957c58Copy full SHA for 4957c58
frontend/src/index.css
@@ -13,6 +13,7 @@ body {
13
height: 100%;
14
background-color: var(--page-bg-2);
15
min-width: 1024px;
16
+ overflow: hidden;
17
}
18
19
.page-bg-2 {
@@ -228,11 +229,11 @@ body {
228
229
height: 100vh;
230
231
-.mar-bottom-12{
232
+.mar-bottom-12 {
233
margin-bottom: 12px;
234
235
-.mar-0{
236
+.mar-0 {
237
margin: 0;
238
239
0 commit comments