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

Unified Diff: includes/index/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 | « no previous file | includes/solutions/style.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/index/style.html
===================================================================
--- a/includes/index/style.html
+++ b/includes/index/style.html
@@ -17,21 +17,21 @@
height: 70px;
}
}
@media(min-width: 768px)
{
.item-summary
{
- height: 120px;
+ height: 170px;
}
}
@media(min-width: 992px)
{
.item-summary
{
- height: 100px;
+ height: 120px;
}
}
</style>
« no previous file with comments | « no previous file | includes/solutions/style.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld