Skip to content

Commit

Permalink
fix sns layout
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsophiekim authored and alexsophiekim committed Dec 18, 2023
1 parent e0e6cef commit 7aea809
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ header .toggle {
}
#home .sns ul li {
list-style: none;
margin-right: 10px;
margin-left: 10px;
}
#home .sns ul li a {
text-decoration: none;
Expand Down
2 changes: 1 addition & 1 deletion css/style.css.map

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

2 changes: 1 addition & 1 deletion scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ header{
display: flex;
li{
list-style: none;
margin-right: 10px;
margin-left: 10px;
a {
text-decoration: none;
color: black;
Expand Down

0 comments on commit 7aea809

Please sign in to comment.