0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

🐛 Fix onboarding poll

This commit is contained in:
Alejandro Alonso 2023-01-31 09:24:50 +01:00
parent 5cfee13956
commit b0b963fb7c

View file

@ -801,6 +801,7 @@
background-color: $color-white; background-color: $color-white;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
display: flex; display: flex;
max-height: 710px;
min-height: 420px; min-height: 420px;
flex-direction: row; flex-direction: row;
font-family: "sourcesanspro", sans-serif; font-family: "sourcesanspro", sans-serif;