ov-components: reduce max-width of pre-join component to improve layout

master
Carlos Santos 2025-03-12 18:41:42 +01:00
parent 0ad51d6c58
commit 2acf636842
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
margin: auto;
border-radius: var(--ov-surface-radius);
width: 90%;
max-width: 400px;
max-width: 350px;
// max-height: 650px;
height: min-content;
padding: 55px 40px;