🚚 Move theater to Hugo
I'm leaving it out of the nav, though
This commit is contained in:
parent
6dd4b7bc56
commit
4d0b328b15
4 changed files with 102 additions and 86 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue