Fixed flexbox for small screens
This commit is contained in:
@@ -6,6 +6,16 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.academic-contact {
|
||||
flex-direction: column;
|
||||
align-content: space-between;
|
||||
align-items: stretch;
|
||||
width: fit-content;
|
||||
gap: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
.academic-contact .academic-contact-entry,
|
||||
.academic-contact .academic-contact-entry a {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user