Merge remote-tracking branch 'origin/release/4.9.1.0' into release/4.9.1.0
Showing
1 changed file
with
4 additions
and
4 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; |
@@ -81,13 +82,12 @@ | @@ -81,13 +82,12 @@ | ||
81 | .header-title { | 82 | .header-title { |
82 | position: relative; | 83 | position: relative; |
83 | width: 100%; | 84 | width: 100%; |
84 | - height: 70px; | 85 | + height: 80px; |
85 | font-size: 28px; | 86 | font-size: 28px; |
86 | - line-height: 70px; | 87 | + line-height: 80px; |
87 | text-align: center; | 88 | text-align: center; |
88 | font-weight: bold; | 89 | font-weight: bold; |
89 | margin: 0; | 90 | margin: 0; |
90 | - margin-top: 20px; | ||
91 | 91 | ||
92 | .more { | 92 | .more { |
93 | position: absolute; | 93 | position: absolute; |
-
Please register or login to post a comment