fix: social links alignement in mobile mode

This commit is contained in:
Adrien Allard 2024-06-12 16:53:31 +02:00
parent c1029dbabc
commit a2b5cb353e
1 changed files with 0 additions and 4 deletions

View File

@ -43,10 +43,6 @@
align-items: center; align-items: center;
justify-content: end; justify-content: end;
@media($mobile-breakpoint) {
flex-direction: column;
}
img { img {
width: 1.8em; width: 1.8em;
filter: invert(100%); filter: invert(100%);