Skip to content

Commit

Permalink
💄 height change for UI to better fit Full HD screens
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Fihlon <[email protected]>
  • Loading branch information
McPringle committed Mar 29, 2024
1 parent 30f0533 commit b9a0998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/themes/apus/views/conference-view.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.conference-grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: repeat(6, 138px);
grid-template-rows: repeat(6, 152px);
grid-gap: var(--lumo-space-m);
width: 98%;
height: 1000px;
Expand Down

0 comments on commit b9a0998

Please sign in to comment.