chansung commited on
Commit
d644e90
1 Parent(s): 3777a20

Update styles.css

Browse files
Files changed (1) hide show
  1. 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
  }