App: make links column gaps Safari-friendly
This commit is contained in:
@@ -120,13 +120,14 @@ a.main-link:hover:after {
|
|||||||
align-content: flex-start;
|
align-content: flex-start;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
column-gap: 72px;
|
/* column-gap: 72px; */
|
||||||
|
/* -webkit-column-gap: 72px; */
|
||||||
margin: 32px 0 64px;
|
margin: 32px 0 64px;
|
||||||
max-height: 144px;
|
max-height: 144px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.links > div {
|
.links > div {
|
||||||
margin: 0 0 24px 0;
|
margin: 0 72px 24px 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user