Spaces:
Running
Running
Update styles.css
Browse files- styles.css +5 -2
styles.css
CHANGED
@@ -63,8 +63,11 @@
|
|
63 |
|
64 |
/* Main Frame */
|
65 |
.main-frame {
|
|
|
|
|
|
|
66 |
margin-top: 40px; /* add the height of the sticker menu */
|
67 |
-
padding:
|
68 |
box-sizing: border-box;
|
69 |
font-family: var(--verdana-font);
|
70 |
color: var(--white);
|
@@ -81,7 +84,7 @@
|
|
81 |
top: auto;
|
82 |
left: auto;
|
83 |
width: 100%;
|
84 |
-
padding:
|
85 |
margin-bottom: 20px;
|
86 |
}
|
87 |
|
|
|
63 |
|
64 |
/* Main Frame */
|
65 |
.main-frame {
|
66 |
+
margin-block:0:
|
67 |
+
border-left: 0;
|
68 |
+
border-right: 0;
|
69 |
margin-top: 40px; /* add the height of the sticker menu */
|
70 |
+
padding: 0px;
|
71 |
box-sizing: border-box;
|
72 |
font-family: var(--verdana-font);
|
73 |
color: var(--white);
|
|
|
84 |
top: auto;
|
85 |
left: auto;
|
86 |
width: 100%;
|
87 |
+
padding: 0px;
|
88 |
margin-bottom: 20px;
|
89 |
}
|
90 |
|