chore: Update padding for searchList cards in welcome.css

This commit is contained in:
Mauro Balades
2024-08-03 22:48:14 +02:00
parent b224616b43
commit 76b2b55eda

View File

@@ -341,5 +341,5 @@ input[type='checkbox'] {
#searchList .card {
width: -moz-available !important;
margin: 20px;
padding: 80px 0 !important;
padding: 20% 0 !important;
}