mirror of
https://github.com/yusufipk/teknolojirehberleri.xyz.git
synced 2026-09-11 10:56:08 +00:00
site küçük ekranlar için uyumlu hale getirildi
This commit is contained in:
@@ -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
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user