From 58a7818911476f7462bb663edbb6cd194ed46eb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20=C4=B0pek?= Date: Thu, 19 Aug 2021 17:59:38 +0300 Subject: [PATCH] =?UTF-8?q?site=20k=C3=BC=C3=A7=C3=BCk=20ekranlar=20i?= =?UTF-8?q?=C3=A7in=20uyumlu=20hale=20getirildi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 1 + styles/abstracts/_include-media.scss | 14 +++++--- styles/components/footer.scss | 9 +++++ styles/components/navbar.scss | 30 +++++++++++++++- styles/pages/hakkinda.scss | 13 ++++++- styles/pages/homepage.scss | 13 ++++++- styles/pages/rehber.scss | 53 ++++++++++++++++++++++++++++ 7 files changed, 126 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index ebae9e3..8f7d29b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,6 +5,7 @@ "requires": true, "packages": { "": { + "name": "teknolojirehberleri.xyz", "version": "0.1.0", "dependencies": { "contentful": "^8.4.2", diff --git a/styles/abstracts/_include-media.scss b/styles/abstracts/_include-media.scss index 0ff930c..f3c696b 100644 --- a/styles/abstracts/_include-media.scss +++ b/styles/abstracts/_include-media.scss @@ -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 /// diff --git a/styles/components/footer.scss b/styles/components/footer.scss index f437044..6fbbdf1 100644 --- a/styles/components/footer.scss +++ b/styles/components/footer.scss @@ -22,5 +22,14 @@ color: var(--color-tertiary); } } + + @include media("