Flex layout done
This commit is contained in:
30
assets/css/academic-contact.css
Normal file
30
assets/css/academic-contact.css
Normal file
@@ -0,0 +1,30 @@
|
||||
.academic-contact {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.academic-contact .academic-contact-entry,
|
||||
.academic-contact .academic-contact-entry a {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.academic-contact .academic-contact-entry a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.academic-contact .academic-contact-entry img {
|
||||
max-width: 32px;
|
||||
max-height: 32px;
|
||||
min-width: 32px;
|
||||
min-height: 32px;
|
||||
}
|
||||
|
||||
.academic-contact-value {
|
||||
padding-left: 8px;
|
||||
}
|
||||
Reference in New Issue
Block a user