Skip to content

Commit

Permalink
nav margin fix
Browse files Browse the repository at this point in the history
  • Loading branch information
landjonathan committed Nov 14, 2020
1 parent 7fd1956 commit 2b846fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/assets/styles/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -238,15 +238,15 @@ a.fonts-nav-link {
border-radius: 6px;

@include medium {
padding: 9px 24px;
padding: 9px 12px;

&:after {
content: '';
background: {
image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.65685 12.7929L10.7377 7.13605L7.65685 1.47919' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
size: 100%;
}
margin-right: -12px;
margin-right: -6px;
width: 15px;
height: 15px;
display: block;
Expand Down
4 changes: 2 additions & 2 deletions src/assets/styles/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b846fb

Please sign in to comment.