Commit 9ffe2c85064f5a4d098042e603760d89afa54f33
1 parent
9370ea9b
123
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -66,7 +66,10 @@ header{ |
66 | 66 | background-repeat: no-repeat; |
67 | 67 | position:relative; |
68 | 68 | } |
69 | -header .container{position:relative;height:100%;} | |
69 | +header .container{ | |
70 | + position: relative; | |
71 | + height: 100%; | |
72 | + max-width: 990px;} | |
70 | 73 | header a.main{ |
71 | 74 | width: 100%; |
72 | 75 | height: 100%; | ... | ... |