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

Unified Diff: includes/users/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 | « includes/solutions/style.html ('k') | pages/users.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/users/style.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/includes/users/style.html
@@ -0,0 +1,19 @@
+<style>
+
+ @media(min-width: 768px)
+ {
+ .card-summary {
+ margin: 40px 0;
+ height: 50px;
+ }
+ }
+
+ @media(min-width: 992px)
+ {
+ .card-summary {
+ margin: 80px 0;
+ height: 70px;
+ }
+ }
+
+<style>
« no previous file with comments | « includes/solutions/style.html ('k') | pages/users.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld