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

Unified Diff: static/scss/components/_cards.scss

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 | « static/css/main.css ('k') | static/scss/content/_buttons.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/components/_cards.scss
===================================================================
--- a/static/scss/components/_cards.scss
+++ b/static/scss/components/_cards.scss
@@ -63,17 +63,17 @@
.card img.block
{
margin: 0;
}
.card-summary {
margin: $md 0;
- height: $lg;
+ height: $xl;
@media (max-width: $mobile-breakpoint)
{
margin: $sm;
height: auto;
}
}
« no previous file with comments | « static/css/main.css ('k') | static/scss/content/_buttons.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld