Skip to content

Commit

Permalink
Update exhibits.css.scss
Browse files Browse the repository at this point in the history
henry updates w/o ET updates
  • Loading branch information
ekemeyer authored Oct 10, 2024
1 parent a4b0511 commit 903f908
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion app/assets/stylesheets/globals/exhibits.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,23 @@
height: 97vh;
}

#exhibit-main iframe.exhibit-small-iframe, #collection-main iframe.exhibit-small-iframe {
#exhibit-main iframe.exhibit-small-iframe, #collection-main iframe.exhibit-small-iframe, #exgal-main iframe.exhibit-small-iframe {
width: 100%;
height: auto;
min-height: auto;
aspect-ratio: 16 / 9;
}

#exgal-main iframe.exhibit-small-iframe {
margin-top: 2vh;
}

#exgal-modal-viewer iframe.exhibit-small-iframe {
width: 100%;
min-height: 68vh;
height: 68vh;
}

#exhibit-main iframe.exhibit-small-iframe.four-three, #collection-main iframe.exhibit-small-iframe.four-three {
aspect-ratio: 4 / 3;
}
Expand Down

0 comments on commit 903f908

Please sign in to comment.