summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/style.scss b/style.scss
index c7bf96b..03d37bd 100644
--- a/style.scss
+++ b/style.scss
@@ -32,7 +32,7 @@ h1 {
width: 94%;
margin: 2em 3% 0;
text-align: right;
- @media screen and(min-width:900px) {
+ @include breakpoint($wide) {
z-index: -1;
position: absolute;
margin-top: 8em;
@@ -135,6 +135,8 @@ th {
#pageinfo {
border-top: none;
padding-left: 2em;
- position: fixed;
bottom: 0;
+ @include breakpoint($wide) {
+ position: fixed;
+ }
}