mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-04 17:16:23 +00:00
Fixing terminal colors
This commit is contained in:
@ -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