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

Unified Diff: static/css/main.css

Issue 29497585: Issue 4514 - Font readability on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Increase spacing on fixed heights Created July 26, 2017, 8:43 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « includes/solutions/style.html ('k') | static/scss/components/_cards.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/main.css
===================================================================
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -567,17 +567,17 @@
font-size: 16px; } }
html,
body {
color: #161616;
font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
font-size: 18px;
font-weight: 300;
- line-height: 120%; }
+ line-height: 1.5; }
@media (max-width: 544px) {
html,
body {
font-size: 16px; } }
small,
.small {
margin-bottom: 8px;
@@ -807,20 +807,20 @@
padding: 0 16px;
cursor: pointer;
text-align: center;
white-space: nowrap;
text-decoration: none;
text-transform: uppercase;
border: 1px solid;
border-radius: 0px !important;
- font-size: 12px;
+ font-size: 16px;
font-weight: 700;
- line-height: 32px;
- height: 34px; }
+ line-height: 42px;
+ height: 44px; }
@media (max-width: 544px) {
button, input[type="button"], input[type="reset"], input[type="submit"], .btn-outline-primary, .btn-outline-accent, .btn-primary, .btn-accent {
display: block;
float: none;
margin: 16px 0;
width: 100%; } }
@@ -1068,17 +1068,17 @@
.card-icon img {
height: 48px; }
.card img.block {
margin: 0; }
.card-summary {
margin: 32px 0;
- height: 64px; }
+ height: 96px; }
@media (max-width: 544px) {
.card-summary {
margin: 16px;
height: auto; } }
.card button, .card input[type="button"], .card input[type="reset"], .card input[type="submit"], .card .btn-outline-primary, .card .btn-outline-accent, .card .btn-primary, .card .btn-accent {
display: block;
width: 100%;
@@ -1670,17 +1670,17 @@
html[dir="ltr"] .outer {
padding-left: 208px; }
html[dir="rtl"] .outer {
padding-right: 208px; } }
#footer {
padding-top: 64px;
padding-bottom: 96px;
- font-size: 70%;
+ font-size: 14px;
background-color: #292929;
color: #FFFFFF; }
@media (max-width: 768px) {
#footer {
padding-top: 32px;
padding-bottom: 64px; } }
@media (max-width: 544px) {
#footer {
« no previous file with comments | « includes/solutions/style.html ('k') | static/scss/components/_cards.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld