Showing
1 changed file
with
3 additions
and
5 deletions
@@ -22,21 +22,20 @@ | @@ -22,21 +22,20 @@ | ||
22 | width: 100%; | 22 | width: 100%; |
23 | position: absolute; | 23 | position: absolute; |
24 | bottom: 20px; | 24 | bottom: 20px; |
25 | + padding: 0 30px; | ||
25 | 26 | ||
26 | .brand-title { | 27 | .brand-title { |
27 | - margin-left: 5%; | ||
28 | font-size: 32px; | 28 | font-size: 32px; |
29 | } | 29 | } |
30 | 30 | ||
31 | hr { | 31 | hr { |
32 | - width: 90%; | 32 | + width: 100%; |
33 | border: #fff solid 1px; | 33 | border: #fff solid 1px; |
34 | border-top: none; | 34 | border-top: none; |
35 | } | 35 | } |
36 | 36 | ||
37 | .brand-intro-transition { | 37 | .brand-intro-transition { |
38 | transition: all 0.3s ease; | 38 | transition: all 0.3s ease; |
39 | - margin-left: 5%; | ||
40 | font-size: 16px; | 39 | font-size: 16px; |
41 | line-height: 32px; | 40 | line-height: 32px; |
42 | width: 82%; | 41 | width: 82%; |
@@ -52,7 +51,6 @@ | @@ -52,7 +51,6 @@ | ||
52 | .brand-short { | 51 | .brand-short { |
53 | height: 60px !important; | 52 | height: 60px !important; |
54 | display: -webkit-box !important; | 53 | display: -webkit-box !important; |
55 | - margin-left: 5%; | ||
56 | font-size: 16px; | 54 | font-size: 16px; |
57 | line-height: 32px; | 55 | line-height: 32px; |
58 | width: 82%; | 56 | width: 82%; |
@@ -69,7 +67,7 @@ | @@ -69,7 +67,7 @@ | ||
69 | height: 60px; | 67 | height: 60px; |
70 | position: absolute; | 68 | position: absolute; |
71 | bottom: 20px; | 69 | bottom: 20px; |
72 | - right: 5%; | 70 | + right: 30px; |
73 | } | 71 | } |
74 | 72 | ||
75 | .expand { | 73 | .expand { |
-
Please register or login to post a comment