화면 css 일부 변경
대상 : main.css, login.css, join.css <div class="wrapper"> 태그 css 변경 변경 전 with: 1900px; 변경 후 with: 100%;
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
}
|
||||
/* 화면 전체 렙 */
|
||||
.wrapper{
|
||||
width: 1900px;
|
||||
width: 100%;
|
||||
}
|
||||
/* content 랩 */
|
||||
.wrap{
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
/* 화면 전체 렙 */
|
||||
.wrapper{
|
||||
width: 1900px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* content 랩 */
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
/* 화면 전체 렙 */
|
||||
.wrapper{
|
||||
width: 1900px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* content 랩 */
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
}
|
||||
/* 화면 전체 렙 */
|
||||
.wrapper{
|
||||
width: 1900px;
|
||||
width: 100%;
|
||||
}
|
||||
/* content 랩 */
|
||||
.wrap{
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
/* 화면 전체 렙 */
|
||||
.wrapper{
|
||||
width: 1900px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* content 랩 */
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
/* 화면 전체 렙 */
|
||||
.wrapper{
|
||||
width: 1900px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* content 랩 */
|
||||
|
||||
Reference in New Issue
Block a user