mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 23:25:13 +00:00
Fixing terminal colors
This commit is contained in:
@ -161,4 +161,4 @@ $company-logo-width: 130px;
|
||||
|
||||
|
||||
// Change this to switch template. Options: 'default', 'vraw', 'hraw'
|
||||
$layout-template: 'hraw';
|
||||
$layout-template: 'default';
|
||||
|
@ -62,4 +62,10 @@ $layout: (
|
||||
|
||||
min-width: #{$columns-count / $grid-columns-count * 100}vw;
|
||||
min-height: #{$rows-count / $grid-rows-count * 100}vh;
|
||||
|
||||
width: #{$columns-count / $grid-columns-count * 100}vw;
|
||||
height: #{$rows-count / $grid-rows-count * 100}vh;
|
||||
|
||||
max-width: #{$columns-count / $grid-columns-count * 100}vw;
|
||||
max-height: #{$rows-count / $grid-rows-count * 100}vh;
|
||||
}
|
||||
|
Reference in New Issue
Block a user