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

Unified Diff: includes/index/style.html

Issue 29438582: Issue 5135 - Reduce font size and padding on smaller screens on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: More thorough resizing Created June 15, 2017, 11:14 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') | pages/committee/index.md » ('J')
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
@@ -2,17 +2,17 @@
.card-summary
{
height: 36px;
}
.item-summary
{
- height: 120px;
+ height: auto;
}
@media(min-width: 544px)
{
.item-summary
{
height: 70px;
}
« no previous file with comments | « no previous file | includes/solutions/style.html » ('j') | pages/committee/index.md » ('J')

Powered by Google App Engine
This is Rietveld