Added mobile navigation.

This commit is contained in:
2024-03-18 01:47:49 +01:00
parent fe0fe38f5a
commit 77d3060b98
6 changed files with 326 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
@custom-media --small-50 (max-width: 350px);
@custom-media --small-40 (max-width: 480px);
@custom-media --small-30 (max-width: 540px);
@custom-media --small-20 (max-width: 650px);
@custom-media --small-10 (max-width: 768px);