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

Unified Diff: static/css/index.css

Issue 29721720: Fixes #32 - Adjustments to cross-promotion section (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created March 13, 2018, 4:55 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 | « locales/en/abb-notification.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/index.css
===================================================================
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -196,33 +196,53 @@
}
}
/******************************************************************************
* #abb-notification
*****************************************************************************/
+#abb-notification
+{
+ padding: 3em 0;
+}
+
+#abb-notification h2
+{
+ margin-top: 0;
+}
+
#abb-notification h2,
#abb-notification h3
{
text-transform: uppercase;
}
#abb-logo
{
max-width: 10em;
}
+#abb-app-store-badges
+{
+ margin-top: 2em;
+}
+
#abb-app-store-badges img
{
width: 200px;
}
-@media (min-width: 768px) /* tablet-breakpoint */
+#abb-app-store-badges .one-half
+{
+ width: 50%;
+}
+
+@media (min-width: 480px)
{
#abb-notification figure,
#abb-app-store-badges
{
padding-left: 2em;
padding-right: 2em;
}
}
« no previous file with comments | « locales/en/abb-notification.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld