adjust footer breaks + avoid line break in entities contact info
This commit is contained in:
@ -24,6 +24,10 @@
|
||||
.text {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.name {
|
||||
margin-bottom: .2em;
|
||||
}
|
||||
|
||||
.name,
|
||||
.role {
|
||||
@ -32,6 +36,7 @@
|
||||
|
||||
.role {
|
||||
font-family: var(--font-serif);
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.contact {
|
||||
@ -40,6 +45,10 @@
|
||||
font-size: var(--font-size-caption);
|
||||
font-weight: 500;
|
||||
line-height: 1.7;
|
||||
|
||||
li {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
@ -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