Skip to content

Commit

Permalink
bottom links :after fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniySavchuk committed Sep 27, 2023
1 parent fd80e4a commit 3f73666
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/blocks/bottom-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
&__menu {
display: flex;
flex-direction: column;
align-items: center;
gap: 24px;

@include onTablet {
Expand All @@ -38,6 +39,7 @@

&__link {
position: relative;
display: block;
color: $colorWhite;
text-align: center;
font-size: 13px;
Expand All @@ -46,7 +48,6 @@
letter-spacing: 3px;
text-transform: uppercase;
text-decoration: none;
display: block;
transition: color 0.3s;

&::after {
Expand Down

0 comments on commit 3f73666

Please sign in to comment.