set vars for global break points

This commit is contained in:
Matt Hill
2022-11-02 12:29:58 -06:00
parent e8ae97da1c
commit 78b5014be8
2 changed files with 10 additions and 1 deletions

View File

@@ -43,6 +43,12 @@
}
#ticker {
height: 32vh !important;
#ticker__selected-frame {
left: -2.4ch !important;
}
#ticker__window {
left: 10ch !important;
}
}
.service__image {
width: 10rem !important;
@@ -100,7 +106,7 @@
}
#ticker__window {
height: calc(var(--rows-height) * var(--line));
width: calc(100vw - 12rem - 6.5ch);
width: calc(100vw - 12rem);
overflow: hidden;
font-size: var(--size);
left: 11.5ch;

View File

@@ -0,0 +1,3 @@
$tablet: 440px;
$laptop: 840px;
$desktop: 1440px;