Skip to content

Commit

Permalink
add some edits
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinaHranovska committed Feb 12, 2024
1 parent d6e0981 commit 2948aaa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
width: 100%;
}


.header-logo {
font-weight: 700;
font-size: 16px;
Expand Down
12 changes: 12 additions & 0 deletions src/css/quote-favorities.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.thumb {
margin-top: 90px;
}

.quote-favorites-thumb {
min-height: 272px;
width: 100%;
Expand Down Expand Up @@ -43,6 +47,10 @@
}

@media screen and (min-width: 768px) {
.thumb {
margin-top: 130px;
}

.quote-favorites {
margin-bottom: 16px;
}
Expand Down Expand Up @@ -78,6 +86,10 @@
}

@media screen and (min-width: 1440px) {
.thumb {
margin-top: 150px;
}

.quote-favorites {
margin-bottom: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion src/partials/quote-favorities.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<section class="section">
<section class="section thumb">
<div class="container quote-block">
<div class="quote quote-favorites">
<div class="quote-main-title">
Expand Down

0 comments on commit 2948aaa

Please sign in to comment.