Reduce gap of social icons on mobile to prevent overflow on smll screens

tobias/edit_mastodon_link
leif.niem@gmail.com 2022-11-26 13:19:12 +01:00
parent 0b1bd74a5e
commit 59d60f86d6
1 changed files with 2 additions and 2 deletions

View File

@ -194,10 +194,10 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin'
margin: 0;
padding: 1.5rem;
width: 100%;
gap: 4rem;
gap: 2rem;
li {
height: 100%;
flex: 0 1 1.5rem;
flex: 0 1 1.25rem;
img {
height: 100%;
}