Skip to content

Commit

Permalink
fixed link padding for some screens
Browse files Browse the repository at this point in the history
  • Loading branch information
document10 committed Dec 15, 2023
1 parent dc9bb51 commit de286a2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ a {
text-align: center;
padding: 0.5%;
margin: 0.5% 3% 0.5% 3%;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
filter: invert(100%);
transition: all 0.5s;
}
Expand Down Expand Up @@ -187,8 +183,7 @@ a {
margin: 1% 4% 1% 4%;
}
.social {
justify-content: space-between;
margin: 2%;
margin: 1%;
}
.footer{
font-size: 3vh;
Expand Down

0 comments on commit de286a2

Please sign in to comment.