Set up CV base layout
This commit is contained in:
parent
098b8b8e0d
commit
04d1096d2e
4 changed files with 34 additions and 9 deletions
|
@ -16,11 +16,11 @@ $white: #fff;
|
|||
// ----- DIMENSIONS
|
||||
|
||||
// Content
|
||||
$content-width-xs: min(100%, 40rem); // => 640px
|
||||
$content-width-s: min(100%, 60rem); // => 960px
|
||||
$content-width-m: min(100%, 80rem); // => 1280px
|
||||
$content-width-l: min(100%, 100rem); // => 1600px
|
||||
$content-width-xl: min(100%, 120rem); // => 1920px
|
||||
$content-width-xs: 40rem; // => 640px
|
||||
$content-width-s: 60rem; // => 960px
|
||||
$content-width-m: 80rem; // => 1280px
|
||||
$content-width-l: 100rem; // => 1600px
|
||||
$content-width-xl: 120rem; // => 1920px
|
||||
|
||||
// Sidebar
|
||||
$sidebar-padding-x: clamp(0.75rem, -0.75rem + 3.125vw, 3rem); // Viewport range: 48rem <=> 120rem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue