adjust footer breaks + avoid line break in entities contact info
This commit is contained in:
@ -129,6 +129,11 @@
|
||||
.footer {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
.social {
|
||||
ul {
|
||||
padding-top: .3em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
@ -138,4 +143,19 @@
|
||||
.visit {
|
||||
grid-column: span 1;
|
||||
}
|
||||
.social {
|
||||
ul {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: .5rem;
|
||||
}
|
||||
}
|
||||
.emails {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
> div {
|
||||
width: 50%;
|
||||
padding-right: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user