Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 <style> | |
juliandoucette
2017/06/26 10:31:20
Looks like this applies to a few pages?
- about
-
ire
2017/06/27 08:36:28
Done.
| |
2 | |
3 .btn-container | |
4 { | |
5 margin-top: 16px; | |
6 margin-bottom: 16px; | |
7 } | |
8 | |
9 @media(min-width: 544px) | |
10 { | |
11 .btn-container | |
12 { | |
13 margin-top: 32px; | |
14 margin-bottom: 32px; | |
15 } | |
16 } | |
17 | |
18 @media(min-width: 768px) | |
19 { | |
20 .btn-container | |
21 { | |
22 margin-top: 64px; | |
23 margin-bottom: 64px; | |
24 } | |
25 } | |
26 | |
27 </style> | |
OLD | NEW |