Showing
1 changed file
with
8 additions
and
1 deletions
@@ -51,7 +51,7 @@ | @@ -51,7 +51,7 @@ | ||
51 | width: 23%; | 51 | width: 23%; |
52 | position: absolute; | 52 | position: absolute; |
53 | left: 0; | 53 | left: 0; |
54 | - top: 50%; | 54 | + top: 50%; |
55 | @include transform(translateY(-50%)) | 55 | @include transform(translateY(-50%)) |
56 | } | 56 | } |
57 | .material-desc { | 57 | .material-desc { |
@@ -109,6 +109,13 @@ | @@ -109,6 +109,13 @@ | ||
109 | width: pxToRem(581px); | 109 | width: pxToRem(581px); |
110 | height:auto; | 110 | height:auto; |
111 | } | 111 | } |
112 | + | ||
113 | + a { | ||
114 | + color: #2f91f6; | ||
115 | + text-decoration: underline; | ||
116 | + | ||
117 | + } | ||
118 | + | ||
112 | } | 119 | } |
113 | margin-top: pxToRem(30px); | 120 | margin-top: pxToRem(30px); |
114 | margin-bottom: pxToRem(30px); | 121 | margin-bottom: pxToRem(30px); |
-
Please register or login to post a comment