Switch back to smaller fonts.

Looks better on mobile and desktop.
This commit is contained in:
Justin Hsu 2015-02-06 16:50:53 +01:00
parent a5bd2f0292
commit 238a99be42
1 changed files with 3 additions and 3 deletions

View File

@ -6,13 +6,13 @@
@import "compass/typography/links/hover-link";
@import "compass/typography/vertical_rhythm";
$base-font-size: 20px;
$base-line-height: 30px;
$break-point: 45em;
$bg-color: #EEEEEE;
$main-color: #2196F3;
$acc-color: #C51162;
$base-font-size: 16px;
$base-line-height: 24px;
@include establish-baseline;
$text-pad: rhythm(0.5);
@ -67,7 +67,7 @@ body {
margin: $text-pad;
}
@media all and (max-width: 700px) {
@media all and (max-width: $break-point) {
.container > * {
width: 100%;
}