Skip to content

Commit

Permalink
feat(theme): typographic tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 17, 2015
1 parent e92543e commit cbc9430
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _app/assets/themes/curtana/_less/app.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Global variables
@base-font-size: 1.8vw;
@base-font-size: 1.6vw;
@base-line-height: (20 / 14); // ~ 1.428571429
@link-color: #a212d1;
@background-color: #fff;
Expand All @@ -12,7 +12,7 @@
@breakpoint-md: 1000px;
@breakpoint-sm: 640px;
@breakpoint-xs: 400px;
@padding-lg: 16vw;
@padding-lg: 22vw;
@padding-md: 8vw;
@padding-sm: 4vw;
@padding-xs: 0;
Expand Down Expand Up @@ -63,11 +63,11 @@ body {
@media (max-width: @breakpoint-sm) {
padding-left: @padding-sm;
padding-right: @padding-sm;
font-size: (@base-font-size * 2);
font-size: (@base-font-size * 2.4);
}

@media (max-width: @breakpoint-xs) {
font-size: (@base-font-size * 2.8);
font-size: (@base-font-size * 3.2);
}

// All iOS devices, the easiest way
Expand Down

0 comments on commit cbc9430

Please sign in to comment.