Skip to content

Commit

Permalink
fixed original site header
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Jul 13, 2024
1 parent f61ce1b commit 9431e07
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions assets/svg/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/svg/ru/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions components/contact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
</div>
<div v-else
class="bottom-container, bottom-container__text"

>
Спасибо, мы свяжемся с вами по почте <b>{{ mail }}</b>
</div>
Expand Down Expand Up @@ -163,11 +162,10 @@ a {
&__text {
padding: 8px 0;
color: #2FEF9F;
line-height: 23px;
line-height: 22px;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
@media (--screen-mobile) {
Expand Down Expand Up @@ -212,6 +210,8 @@ a {
padding: 10px 16px;
font-size: 16px;
flex: 1;
border: none;
outline: none;
&-active {
background-color: #323B4C;
Expand Down
2 changes: 1 addition & 1 deletion components/site-header-ru.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
class="site-header__menu-logo"
>
<img
src="~/assets/svg/github.svg"
src="~/assets/svg/ru/github.svg"
/>
</a>
</div>
Expand Down

0 comments on commit 9431e07

Please sign in to comment.