Commit d310936da2bf0d61d83710ebfea9ea57eb754235
1 parent
c279aa9b
Exists in
master
and in
6 other branches
Bugfix in shareicons for mobile
Showing
1 changed file
with
15 additions
and
7 deletions
Show diff stats
sass/style.scss
... | ... | @@ -168,21 +168,29 @@ form { |
168 | 168 | height: auto; |
169 | 169 | h1 { |
170 | 170 | border-bottom: 0; |
171 | - padding-bottom: 15px; | |
172 | - padding-top: 50px; | |
173 | - position: relative; | |
171 | + padding-bottom: 0; | |
172 | + padding-top: 0; | |
173 | + position: absolute; | |
174 | 174 | margin-bottom: 0; |
175 | + top: 2em; | |
176 | + z-index: 1; | |
175 | 177 | } |
176 | 178 | #display-contrast { |
177 | - position: absolute; | |
178 | - top: 10px; | |
179 | + display: inline-block; | |
180 | + margin-bottom: 20px; | |
181 | + margin-top: 10px; | |
182 | + position: relative; | |
183 | + top: 0; | |
179 | 184 | } |
180 | 185 | } |
181 | 186 | .social { |
182 | 187 | &.top { |
188 | + border-bottom: 1px solid #d6dcd7; | |
183 | 189 | float: none; |
184 | - margin-top: 0; | |
185 | - margin-bottom: 20px; | |
190 | + margin-top: 3.5em; | |
191 | + margin-bottom: 0; | |
192 | + padding: 0 0 20px; | |
193 | + z-index: 2; | |
186 | 194 | } |
187 | 195 | } |
188 | 196 | .select { | ... | ... |