feat: fixed issues

This commit is contained in:
Aliaksei Karzhou
2024-07-05 15:01:14 +03:00
parent 21d4342a6a
commit efcdf9b099
9 changed files with 150 additions and 31 deletions

View File

@@ -78,6 +78,12 @@ body {
overflow-y: scroll;
color: $black;
background-color: $greybg;
&.hidden {
@include laptop {
overflow: hidden;
}
}
}
a,