Skip to content

Commit cb73c73

Browse files
author
Samuel Nitsche
committed
Basic resources page and some tweaking on layout
1 parent 475acee commit cb73c73

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

_sass/_layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
}
6464
}
6565

66-
@include media-query($on-palm) {
66+
@include media-query($small-menu) {
6767
position: absolute;
6868
top: 9px;
6969
right: $spacing-unit / 2;

css/main.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ $header-background: $white-color;
2929
$header-text: $grey-color-dark;
3030

3131
// Width of the content area
32-
$content-width: 800px;
32+
$content-width: 900px;
3333

3434
$on-palm: 600px;
35-
$on-laptop: 800px;
35+
$small-menu: 840px;
36+
$on-laptop: 900px;
3637

3738

3839

resources.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: page
3+
title: Resources
4+
permalink: /resources/
5+
---
6+
7+
Resources page
8+

0 commit comments

Comments
 (0)