Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Krykunov committed Sep 24, 2024
1 parent 8750507 commit c432d06
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
@font-face {
font-family: Avenir;
font-family: Avenir, Arial, sans-serif;
src: url(fonts/Avenir.ttc);
}

@font-face {
font-family: Avenir-Book;
font-family: Avenir-Book, Arial, sans-serif;
src: url(fonts/Avenir-Book.ttf);
}

@font-face {
font-family: Avenir-Heavy;
font-family: Avenir-Heavy, Arial, sans-serif;
src: url(fonts/Avenir-Heavy.ttf);
font-weight: 900;
}
Expand All @@ -31,13 +31,12 @@ body {
background-image: url('./images/Search.svg');
background-repeat: no-repeat;
background-size: contain;
top: 50%;
transform: translateY(-50%);
}

.form_big::before {
width: 19px;
height: 19px;
top: 25px;
left: 26px;
}

Expand Down

0 comments on commit c432d06

Please sign in to comment.