Bump default mobile breakpoint, make login link cursor a pointer

This commit is contained in:
Jake Mason 2023-01-16 22:11:50 -05:00
parent 1db187e9d3
commit 299bf5e065
2 changed files with 6 additions and 2 deletions

View File

@ -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);

View File

@ -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;
/*