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

Unified Diff: includes/solutions/style.html

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/index/style.html ('k') | static/css/main.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/solutions/style.html
===================================================================
--- a/includes/solutions/style.html
+++ b/includes/solutions/style.html
@@ -4,33 +4,33 @@
{
height: auto;
}
@media(min-width: 544px)
{
.card-summary
{
- height: 140px;
+ height: 180px;
}
}
@media(min-width: 768px)
{
.card-summary
{
- height: 110px;
+ height: 130px;
}
}
@media(min-width: 992px)
{
.card-summary
{
- height: 160px;
+ height: 180px;
}
}
@media(min-width: 768px)
{
.card.list
{
display: block;
« no previous file with comments | « includes/index/style.html ('k') | static/css/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld