site küçük ekranlar için uyumlu hale getirildi

This commit is contained in:
Yusuf İpek
2021-08-19 17:59:38 +03:00
parent 82ef72d01d
commit 58a7818911
7 changed files with 126 additions and 7 deletions
+10 -4
View File
@@ -29,11 +29,17 @@
/// $breakpoints: ('phone': 320px);
///
$breakpoints: (
"phone": 320px,
"tablet": 768px,
"desktop": 1024px,
"smallest": 25em,
// 400 px
"smaller": 34.375em,
// 550 px
"small": 43.75em,
// 700 px
"large": 62.5em,
// 1000 px
"largest": 81.25em,
// 1200 px
) !default;
///
/// Creates a list of static expressions or media types
///