- added Manage applications page and table of submitted appls;

This commit is contained in:
Vitalii Kiiko
2024-10-23 16:07:56 +02:00
10 changed files with 237 additions and 14 deletions

View File

@@ -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%;