dbpq commited on
Commit
6bd45ec
·
verified ·
1 Parent(s): 25efc6d

Upload 3 files

Browse files
Files changed (1) hide show
  1. styles.css +3 -0
styles.css CHANGED
@@ -104,6 +104,8 @@ p {
104
 
105
  html {
106
  font-size: 16px; /* 기본 1rem = 16px */
 
 
107
  }
108
 
109
  @media (max-width: 1280px) {
@@ -168,6 +170,7 @@ body {
168
  color: var(--text);
169
  line-height: 1.6;
170
  overflow-x: hidden;
 
171
  position: relative;
172
  font-weight: 300;
173
  --lightning-scroll: 0px;
 
104
 
105
  html {
106
  font-size: 16px; /* 기본 1rem = 16px */
107
+ overflow-x: hidden;
108
+ max-width: 100vw;
109
  }
110
 
111
  @media (max-width: 1280px) {
 
170
  color: var(--text);
171
  line-height: 1.6;
172
  overflow-x: hidden;
173
+ max-width: 100vw;
174
  position: relative;
175
  font-weight: 300;
176
  --lightning-scroll: 0px;