feat: layouts and styles for desktop and mobile

This commit is contained in:
2025-08-12 14:23:55 +04:00
parent 6715e4bd38
commit 5144c83e93
27 changed files with 324 additions and 113 deletions

View File

@ -2,6 +2,6 @@
body {
@mixin light {
background-color: whitesmoke;
background-color: #f4f7fd;
}
}