diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index ea59249..c151c76 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -66,7 +66,10 @@ header{ background-repeat: no-repeat; position:relative; } -header .container{position:relative;height:100%;} +header .container{ + position: relative; + height: 100%; + max-width: 990px;} header a.main{ width: 100%; height: 100%; -- libgit2 0.21.4