mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
하단 "모바일에 최적화된 화면으로 보기"버튼 너비문제 해결
This commit is contained in:
parent
a770b2295a
commit
9d5566e12e
2 changed files with 2 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/* Common */
|
||||
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0;-webkit-text-size-adjust:none}
|
||||
body, html { width:100%; height:100%; }
|
||||
body, html { width:100%; height:100%; min-width:1240px; }
|
||||
body,input,textarea,select,button,table{font-family:'Open Sans','나눔바른고딕',NanumBarunGothic,ng,'맑은 고딕','Malgun Gothic','돋움',Dotum,'애플 SD 산돌고딕 Neo','Apple SD Gothic Neo',AppleGothic,Helvetica,sans-serif;font-size:12px;-webkit-font-smoothing:antialiased}
|
||||
img,fieldset,button{border:0}
|
||||
ul,ol{list-style:none}
|
||||
|
|
@ -246,6 +246,7 @@ a:hover,a:active,a:focus{text-decoration:none}
|
|||
}
|
||||
|
||||
@media all and (max-width:479px) {
|
||||
body, html { min-width:100%; }
|
||||
a.btn_top { display:none; }
|
||||
/* Layout */
|
||||
.container{min-width:100%;background-color:#fff}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue