♻️ Use of the SCSS variables to compute the width of the inner panels
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@import "../base.scss";
|
||||
|
||||
$panel-aspect-ratio: 1/1.618;
|
||||
$aspect-ratio: 0.618; // 1/1.618;
|
||||
|
||||
@mixin panel($padding-v: 2%, $padding-h: 2%) {
|
||||
padding: $padding-v $padding-h;
|
||||
|
Reference in New Issue
Block a user