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

Side by Side Diff: static/css/main.css

Issue 29721720: Fixes #32 - Adjustments to cross-promotion section (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Addressed note_63196626 Created March 14, 2018, 12:23 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
« no previous file with comments | « static/css/index.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 * 1 *
2 { 2 {
3 font-family: Arial, sans; 3 font-family: Arial, sans;
4 font-size: 16px; 4 font-size: 16px;
5 } 5 }
6 6
7 body 7 body
8 { 8 {
9 margin: 0; 9 margin: 0;
10 /* Start below fixed navbar */ 10 /* Start below fixed navbar */
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 .content h3, 151 .content h3,
152 .content h4, 152 .content h4,
153 .content h5 153 .content h5
154 { 154 {
155 font-weight: bold; 155 font-weight: bold;
156 margin: 32px 0 16px 0; 156 margin: 32px 0 16px 0;
157 margin: 2rem 0 1rem 0; 157 margin: 2rem 0 1rem 0;
158 } 158 }
159 159
160 .content h1, 160 .content h1,
161 .content .h1 { font-size: 1.4em; }
162 .content h2 { font-size: 1.3em; }
163 .content h3 { font-size: 1.2em; }
164 .content h4 { font-size: 1.2em; }
165 .content h5 { font-size: 1em; }
166
167 @media (min-width: 576px)
168 {
161 .content .h1 { font-size: 1.8em; } 169 .content .h1 { font-size: 1.8em; }
162
163 .content h2 { font-size: 1.4em; } 170 .content h2 { font-size: 1.4em; }
164 .content h3 { font-size: 1.3em; } 171 .content h3 { font-size: 1.3em; }
165 .content h4 { font-size: 1.2em; } 172 .content h4 { font-size: 1.2em; }
166 .content h5 { font-size: 1.1em; } 173 .content h5 { font-size: 1.1em; }
167 174
168 @media(min-width: 768px) 175 }
176
177 @media (min-width: 768px)
169 { 178 {
170 .content h1 { font-size: 2.4em; } 179 .content h1 { font-size: 2.4em; }
171 .content h2 { font-size: 1.6em; } 180 .content h2 { font-size: 1.6em; }
172 } 181 }
173 182
174 .content a, 183 .content a,
175 .content a:visited 184 .content a:visited
176 { 185 {
177 color: #c70d2c; 186 color: #c70d2c;
178 } 187 }
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 left: 50%; 803 left: 50%;
795 width: 80px; 804 width: 80px;
796 margin-top: -60px; 805 margin-top: -60px;
797 margin-left: -40px; 806 margin-left: -40px;
798 } 807 }
799 808
800 .hide-disclaimer .video-play 809 .hide-disclaimer .video-play
801 { 810 {
802 margin-top: -40px; 811 margin-top: -40px;
803 } 812 }
OLDNEW
« no previous file with comments | « static/css/index.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld