Skip to content

Commit 392f916

Browse files
committed
Revert pt size font test
1 parent 5a37d22 commit 392f916

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

_sass/_reflow.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
padding: .5em;
1111
}
1212
.page-wrapper, .footer-wrapper {
13-
max-width: 25em;
13+
max-width: 35em;
1414
}
1515
}
1616

@@ -21,13 +21,13 @@
2121
}
2222

2323
.page-wrapper, .footer-wrapper {
24-
max-width: 30em;
24+
max-width: 37.5em;
2525
}
2626
.footer-module {
2727

2828
&:first-child {
29-
width: 70%;
30-
padding-right: 10%;
29+
width: 76%;
30+
padding-right: 8%;
3131
float: left;
3232
}
3333
&:last-child {

_sass/_typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body {
1212
}
1313

1414
h1 {
15-
font-size: $base-font-size * 2;
15+
font-size: $base-font-size * 1.75;
1616
}
1717

1818
h2 {

_sass/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Typography
2-
$base-font-size: 14pt;
2+
$base-font-size: 14px;
33
$base-line-height: 1.5;
44

55
$body-font: -apple-system-font, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Noto Sans", "Noto", "Droid Sans", "Open Sans", "Oxygen", "Ubuntu", "Cantarell", sans-serif;

0 commit comments

Comments
 (0)