Skip to content

Commit de286a2

Browse files
committed
fixed link padding for some screens
1 parent dc9bb51 commit de286a2

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

styles.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@ a {
108108
text-align: center;
109109
padding: 0.5%;
110110
margin: 0.5% 3% 0.5% 3%;
111-
display: flex;
112-
flex-flow: row nowrap;
113-
justify-content: center;
114-
align-items: center;
115111
filter: invert(100%);
116112
transition: all 0.5s;
117113
}
@@ -187,8 +183,7 @@ a {
187183
margin: 1% 4% 1% 4%;
188184
}
189185
.social {
190-
justify-content: space-between;
191-
margin: 2%;
186+
margin: 1%;
192187
}
193188
.footer{
194189
font-size: 3vh;

0 commit comments

Comments
 (0)