Browse Source

container

BaumSplitter41 1 tuần trước cách đây
mục cha
commit
b0d3cb861f
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 {