chore: Add welcome.css to Zen theme styles

This commit is contained in:
Mauro Balades
2024-08-14 14:32:05 +02:00
parent 7a0d962e62
commit 8c90f378d7
5 changed files with 51 additions and 7 deletions

View File

@@ -336,10 +336,23 @@ input[type='checkbox'] {
#searchList.cardGroup {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 15px;
}
#searchList .card {
width: -moz-available !important;
margin: 20px;
padding: 20% 0 !important;
margin: 0;
display: flex;
flex-direction: row;
border-radius: 15px;
& h3 {
text-align: start;
margin: 0;
margin-left: 20px;
}
&.selected {
transform: scale(1.01);
}
}