Showing
1 changed file
with
2 additions
and
1 deletions
@@ -2,8 +2,8 @@ | @@ -2,8 +2,8 @@ | ||
2 | position: relative; | 2 | position: relative; |
3 | margin-right: auto; | 3 | margin-right: auto; |
4 | margin-left: auto; | 4 | margin-left: auto; |
5 | + max-width: 640px; | ||
5 | width: 100%; | 6 | width: 100%; |
6 | - max-width: 750px; | ||
7 | 7 | ||
8 | .margin-top-0 { | 8 | .margin-top-0 { |
9 | margin-top: 0; | 9 | margin-top: 0; |
@@ -11,6 +11,7 @@ | @@ -11,6 +11,7 @@ | ||
11 | 11 | ||
12 | .tab-nav { | 12 | .tab-nav { |
13 | width: 100%; | 13 | width: 100%; |
14 | + max-width: inherit; | ||
14 | height: 80px; | 15 | height: 80px; |
15 | font-size: 16px; | 16 | font-size: 16px; |
16 | text-align: center; | 17 | text-align: center; |
-
Please register or login to post a comment