Spaces:
Paused
Paused
Update styles.css
Browse files- styles.css +7 -0
styles.css
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
.textbox-no-label > label > span {
|
2 |
display: none;
|
3 |
}
|
|
|
1 |
+
.main {
|
2 |
+
@media only screen and (min-width: 1000px) {
|
3 |
+
width: 70% !important;
|
4 |
+
margin: 0 auto; /* Center the container */
|
5 |
+
}
|
6 |
+
}
|
7 |
+
|
8 |
.textbox-no-label > label > span {
|
9 |
display: none;
|
10 |
}
|