Reduce gap of social icons on mobile to prevent overflow on smll screens
This commit is contained in:
parent
0b1bd74a5e
commit
59d60f86d6
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue