Add settigs page markup
This commit is contained in:
parent
0e97e54ffe
commit
2f1a0d0b0d
4 changed files with 78 additions and 29 deletions
|
|
@ -1,7 +1,7 @@
|
|||
@use 'sass:math';
|
||||
@use 'sass:color';
|
||||
|
||||
$breakpoint-width: 700px !default;
|
||||
$breakpoint-width: 600px !default;
|
||||
|
||||
@mixin on-small-screen() {
|
||||
@media (max-width: ($breakpoint-width - 1px)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue