mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-26 02:11:55 +00:00
set vars for global break points
This commit is contained in:
@@ -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;
|
||||
|
||||
3
src/assets/styles/vars.scss
Normal file
3
src/assets/styles/vars.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
$tablet: 440px;
|
||||
$laptop: 840px;
|
||||
$desktop: 1440px;
|
||||
Reference in New Issue
Block a user