From 2948aaadc77684f6591b2f04173fc1e9ae4e7093 Mon Sep 17 00:00:00 2001 From: Kristina Date: Mon, 12 Feb 2024 13:18:16 +0200 Subject: [PATCH] add some edits --- src/css/header.css | 1 - src/css/quote-favorities.css | 12 ++++++++++++ src/partials/quote-favorities.html | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/css/header.css b/src/css/header.css index ae3ed5e..7ab59fe 100644 --- a/src/css/header.css +++ b/src/css/header.css @@ -5,7 +5,6 @@ width: 100%; } - .header-logo { font-weight: 700; font-size: 16px; diff --git a/src/css/quote-favorities.css b/src/css/quote-favorities.css index a86f94d..3ff1ed2 100644 --- a/src/css/quote-favorities.css +++ b/src/css/quote-favorities.css @@ -1,3 +1,7 @@ +.thumb { + margin-top: 90px; +} + .quote-favorites-thumb { min-height: 272px; width: 100%; @@ -43,6 +47,10 @@ } @media screen and (min-width: 768px) { + .thumb { + margin-top: 130px; + } + .quote-favorites { margin-bottom: 16px; } @@ -78,6 +86,10 @@ } @media screen and (min-width: 1440px) { + .thumb { + margin-top: 150px; + } + .quote-favorites { margin-bottom: 0; } diff --git a/src/partials/quote-favorities.html b/src/partials/quote-favorities.html index 1108910..c084ee6 100644 --- a/src/partials/quote-favorities.html +++ b/src/partials/quote-favorities.html @@ -1,4 +1,4 @@ -
+