Add settigs page markup

This commit is contained in:
Andras Schmelczer 2023-05-27 10:37:57 +01:00
parent 0e97e54ffe
commit 2f1a0d0b0d
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 78 additions and 29 deletions

View file

@ -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)) {