fix(welcome_page): Add max width to welcome card

This commit is contained in:
Vlad Piersec 2020-11-11 13:44:00 +02:00 committed by vp8x8
parent 08dce76763
commit c09ed4c8ef
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ body.welcome-page {
&.without-content {
.welcome-card {
min-width: 500px;
max-width: 580px;
}
}