소스 검색

container

BaumSplitter41 1 주 전
부모
커밋
b0d3cb861f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      css/style.css

+ 2 - 2
css/style.css

@@ -9,10 +9,10 @@ body {
 
 .main_container {
 	position: relative; 
-  	max-width: 100%;
-	height: auto;
+  	width: 100%;
   	min-height: 100vh;
 	color: white;
+	margin: 20px;
 }
 
 .main_text {