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

Unified Diff: pages/committee/members/index.md

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: Handle responsive styling Created June 22, 2017, 3:27 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
Index: pages/committee/members/index.md
===================================================================
--- a/pages/committee/members/index.md
+++ b/pages/committee/members/index.md
@@ -7,17 +7,25 @@
<style type="text/css">
.card
{
border-bottom: 0px;
}
.card .summary
juliandoucette 2017/06/26 10:31:21 Is there supposed to be a difference between .card
ire 2017/06/27 08:36:31 You're right it should have been .card-summary, bu
{
- height: 140px;
+ height: auto;
+ }
+
+ @media (min-width: 544px)
+ {
+ .card .summary
+ {
+ height: 140px;
+ }
}
.card h3
{
height: auto;
}
html[dir="ltr"] .card

Powered by Google App Engine
This is Rietveld