Ver código fonte

update container width for screens <1200px width

David 9 anos atrás
pai
commit
8fa5e55a48
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      css/style.css

+ 1 - 1
css/style.css

@@ -9,7 +9,7 @@ body,html{
 
 .container{
 	width: 60%;
-	min-width:1300px;
+	min-width:100%;
 	margin: 0px auto;
 	background-color: #FFF;
 	padding: 20px;