화면 css 일부 변경

대상 : main.css, login.css, join.css
<div class="wrapper"> 태그 css 변경

변경 전
with: 1900px;

변경 후
with: 100%;
This commit is contained in:
SeoJin Kim
2021-01-19 18:47:47 +09:00
parent 35923360f4
commit 366eca0dca
6 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
}
/* 화면 전체 렙 */
.wrapper{
width: 1900px;
width: 100%;
}
/* content 랩 */
.wrap{

View File

@@ -6,7 +6,7 @@
/* 화면 전체 렙 */
.wrapper{
width: 1900px;
width: 100%;
}
/* content 랩 */

View File

@@ -6,7 +6,7 @@
/* 화면 전체 렙 */
.wrapper{
width: 1900px;
width: 100%;
}
/* content 랩 */

View File

@@ -5,7 +5,7 @@
}
/* 화면 전체 렙 */
.wrapper{
width: 1900px;
width: 100%;
}
/* content 랩 */
.wrap{

View File

@@ -6,7 +6,7 @@
/* 화면 전체 렙 */
.wrapper{
width: 1900px;
width: 100%;
}
/* content 랩 */

View File

@@ -6,7 +6,7 @@
/* 화면 전체 렙 */
.wrapper{
width: 1900px;
width: 100%;
}
/* content 랩 */