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

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

Issue 29581842: Noissue - Refactored new abp.org mobile heading sizes (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Changed font-size breakpoint from large desktop to tablet Created Oct. 20, 2017, 2:07 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 | « no previous file | 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 line-height: 1.5; 10 line-height: 1.5;
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 .content h2, 150 .content h2,
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 0px; 156 margin: 32px 0px;
157 margin: 2rem 0rem; 157 margin: 2rem 0rem;
158 } 158 }
159 159
160 .content h1 { font-size: 2.4em; } 160 .content h1 { font-size: 1.8em; }
161 .content h2 { font-size: 1.6em; } 161 .content h2 { font-size: 1.4em; }
162 .content h3 { font-size: 1.3em; } 162 .content h3 { font-size: 1.3em; }
163 .content h4 { font-size: 1.2em; } 163 .content h4 { font-size: 1.2em; }
164 .content h5 { font-size: 1.1em; } 164 .content h5 { font-size: 1.1em; }
165 165
166 @media(min-width: 768px)
167 {
168 .content h1 { font-size: 2.4em; }
169 .content h2 { font-size: 1.6em; }
170 }
171
166 .content a, 172 .content a,
167 .content a:visited 173 .content a:visited
168 { 174 {
169 color: #c70d2c; 175 color: #c70d2c;
170 } 176 }
171 177
172 /******************************************************************************* 178 /*******************************************************************************
173 * #navbar 179 * #navbar
174 ******************************************************************************/ 180 ******************************************************************************/
175 181
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 { 607 {
602 display: none; 608 display: none;
603 } 609 }
604 610
605 /* overriding display:none above */ 611 /* overriding display:none above */
606 #footer #social-list 612 #footer #social-list
607 { 613 {
608 display: block; 614 display: block;
609 } 615 }
610 } 616 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld