Skip to content

Commit

Permalink
fixed contact paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Jul 13, 2024
1 parent 3715d76 commit d26710c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ a {
font-size: 26px;
@media (--screen-mobile) {
font-size: 22px;
font-size: px;
}
}
}
Expand Down
5 changes: 3 additions & 2 deletions pages/ru.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@
<img src="~/assets/images/hawk-desktop.png" alt="Hawk desktop preview">
</div>
</div>
<div class="content-blocks">
<div class="contact-container">
<Contact
title="Свяжитесь с нами"
titleSize="small"
style="margin-top: 115px;"/>
style="margin-top: 115px;
padding: 0 30px;"/>
</div>
</div>
<div class="section section--with-gradient">
Expand Down

0 comments on commit d26710c

Please sign in to comment.