ov-components: adjust max-width and padding for prejoin card styling

master
Carlos Santos 2025-05-22 13:29:16 +02:00
parent 9023f03cee
commit b6f242107e
1 changed files with 2 additions and 2 deletions

View File

@ -27,10 +27,10 @@
margin: auto;
border-radius: var(--ov-surface-radius);
width: 90%;
max-width: 350px;
max-width: 370px;
// max-height: 650px;
height: min-content;
padding: 55px 40px;
padding: 55px 30px;
background-color: var(--ov-surface-color);
box-shadow: 6px 4px 20px rgba(0, 0, 0, 0.3);
position: relative;