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

Unified Diff: includes/index/style.html

Issue 29374562: Issue 4514 - Improved font readability on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Created Feb. 4, 2017, 4:59 p.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
@@ -1,37 +1,37 @@
<style>
.card-summary
{
- height: 36px;
+ height: 60px;
}
.item-summary
{
height: 120px;
}
@media(min-width: 544px)
{
.item-summary
{
- height: 70px;
+ height: 100px;
}
}
@media(min-width: 768px)
{
.item-summary
{
- height: 120px;
+ height: 160px;
}
}
@media(min-width: 992px)
{
.item-summary
{
- height: 100px;
+ height: 140px;
}
}
</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