diff --git a/frontend/src/app/sessions/sessions.component.html b/frontend/src/app/sessions/sessions.component.html index 08ed3f5c4..8db643590 100644 --- a/frontend/src/app/sessions/sessions.component.html +++ b/frontend/src/app/sessions/sessions.component.html @@ -3,7 +3,7 @@ ~ SPDX-License-Identifier: Apache-2.0 --> -
+
diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js index 398e7a8ed..2d5d99eb1 100644 --- a/frontend/tailwind.config.js +++ b/frontend/tailwind.config.js @@ -30,6 +30,9 @@ module.exports = { // 2*10px is the margin of the mat-card "max-card": "calc(100vw - 2*3.9px - 2*10px)", }, + screens: { + tall: { raw: "(min-height: 945px)" }, + }, }, }, plugins: [],