Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: includes/about/style.html

Issue 29438582: Issue 5135 - Reduce font size and padding on smaller screens on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Handle responsive styling Created June 22, 2017, 3:27 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(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>
OLDNEW

Powered by Google App Engine
This is Rietveld