- added Manage applications page and table of submitted appls;
This commit is contained in:
@@ -182,8 +182,11 @@
|
||||
|
||||
.appPageSection__hero {
|
||||
display: flex;
|
||||
height: 250px;
|
||||
aspect-ratio: 16 / 9;
|
||||
width: 100%;
|
||||
@supports not (aspect-ratio: 16 / 9) {
|
||||
height: calc(100% * 9/16);
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user