From 2ca070d7fedcc27677866a58db7994ef63968c01 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 15 Jan 2016 20:49:02 +0000 Subject: [PATCH] Changed font sizes of project image boxes --- static/src/less/homepage.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/src/less/homepage.less b/static/src/less/homepage.less index 66b28f2..7c2c91c 100644 --- a/static/src/less/homepage.less +++ b/static/src/less/homepage.less @@ -170,19 +170,19 @@ @media screen and (max-width: @screen-xs-max) { p, a.btn { - font-size: 15px; + font-size: 14px; margin-bottom: 13px; } h4 { - font-size: 33px; + font-size: 25px; } } @media screen and (min-width: @screen-sm-min) { p, a.btn { - font-size: 16px; + font-size: 13px; } h4 { - font-size: 27px; + font-size: 21px; } } @media screen and (min-width: @screen-md-min) { @@ -191,7 +191,7 @@ margin-bottom: 15px; } h4 { - font-size: 38px; + font-size: 25px; margin-bottom: 15px; } }