From 299bf5e065b6b1a1742e501f0b1046222aff9422 Mon Sep 17 00:00:00 2001 From: Jake Mason Date: Mon, 16 Jan 2023 22:11:50 -0500 Subject: [PATCH] Bump default mobile breakpoint, make login link cursor a pointer --- src/rawdata/scss/_header.scss | 4 ++++ src/rawdata/scss/tachyons/scss/_variables.scss | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/rawdata/scss/_header.scss b/src/rawdata/scss/_header.scss index b407291..3a403e0 100644 --- a/src/rawdata/scss/_header.scss +++ b/src/rawdata/scss/_header.scss @@ -122,6 +122,10 @@ header { z-index: 10; } + #login-link{ + cursor: pointer; + } + #login-popup { @include usevar(background-color, login-popup-background); @include usevar(color, fg-font-color); diff --git a/src/rawdata/scss/tachyons/scss/_variables.scss b/src/rawdata/scss/tachyons/scss/_variables.scss index 339230a..575eacc 100644 --- a/src/rawdata/scss/tachyons/scss/_variables.scss +++ b/src/rawdata/scss/tachyons/scss/_variables.scss @@ -136,8 +136,8 @@ $washed-red: #ffdfdf !default; // Custom Media Query Variables -$breakpoint-not-small: 'screen and (min-width: 30em)' !default; -$breakpoint-medium: 'screen and (min-width: 30em) and (max-width: 60em)' !default; +$breakpoint-not-small: 'screen and (min-width: 35em)' !default; +$breakpoint-medium: 'screen and (min-width: 35em) and (max-width: 60em)' !default; $breakpoint-large: 'screen and (min-width: 60em)' !default; /*