🚚 Move theater to Hugo

I'm leaving it out of the nav, though
This commit is contained in:
Dan Jones 2023-11-23 07:33:16 -06:00
commit 4d0b328b15
4 changed files with 102 additions and 86 deletions

View file

@ -26,6 +26,12 @@ ul.skills {
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
#theater-contact {
display: grid;
grid-gap: .25rem;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
@media print {
.noprint { display: none; }
.container > header { display: none; }
@ -35,6 +41,11 @@ ul.skills {
}
}
figure.headshot {
max-height: 12rem;
margin: 0 auto;
}
ul.history {
& > li:last-child {
@media print {