💻💪 Improve layout of contact section on theater.html

This commit is contained in:
Dan Jones 2018-02-05 19:51:31 -06:00
commit 971f4175e1
3 changed files with 12 additions and 20 deletions

View file

@ -145,22 +145,8 @@ p, dl, ul, ol {
#page-theater {
@extend %resume;
#contact {
display: table;
width: 100%;
div {
display: table-cell;
vertical-align: top;
&:first-child {
text-align: center;
}
&:last-child {
text-align: right;
}
}
}
figure.headshot {
max-height: 12rem;
}
}