Skip to content

Commit

Permalink
fix: footer social icons layout with nowrap (#386)
Browse files Browse the repository at this point in the history
* fix: socials layout with nowrap

* chore: revert lang switcher width
  • Loading branch information
shanpriyan committed Dec 18, 2022
1 parent a0214d2 commit 11a51b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/assets/scss/components/language-switcher.scss
Expand Up @@ -14,7 +14,7 @@

.switcher--language .switcher__select {
min-width: 15rem;
flex: 1 0 15rem;
flex: 0 1 15rem;
}

.language-switcher {
Expand Down
12 changes: 2 additions & 10 deletions src/assets/scss/components/social-icons.scss
@@ -1,16 +1,9 @@
.eslint-social-icons {

@media all and (max-width: 1023px) {
margin-bottom: -1rem;
margin-block-end: -1rem;
}

ul {
margin: 0;
padding: 0;
margin-left: -1rem;
margin-inline-start: -1rem;
display: inline-flex;
display: flex;
gap: 1.5rem;

li {
margin: 0;
Expand All @@ -19,7 +12,6 @@

a {
display: flex;
padding: 1rem;
}
}
}
Expand Down

0 comments on commit 11a51b1

Please sign in to comment.