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

Unified Diff: static/scss/layout/_footer.scss

Issue 29497585: Issue 4514 - Font readability on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Increase spacing on fixed heights Created July 26, 2017, 8:43 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 | « static/scss/content/_typography.scss ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/layout/_footer.scss
===================================================================
--- a/static/scss/layout/_footer.scss
+++ b/static/scss/layout/_footer.scss
@@ -13,17 +13,17 @@
//
// You should have received a copy of the GNU General Public License
// along with acceptableads.org. If not, see <http://www.gnu.org/licenses/>.
#footer
{
padding-top: $lg;
padding-bottom: $xl;
- font-size: 70%;
+ font-size: $font-size-sm;
background-color: $secondary-bg;
color: $secondary-fg;
@media (max-width: $tablet-breakpoint)
{
padding-top: $md;
padding-bottom: $lg;
}
« no previous file with comments | « static/scss/content/_typography.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld