dev smartfarming #1

Merged
agrilink merged 53 commits from development into main 2024-12-30 05:53:19 +00:00
Showing only changes of commit 59e89aee72 - Show all commits

View File

@ -23,7 +23,7 @@
.card-container { .card-container {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
gap: 20px; gap: 30px;
margin-top: 20px; margin-top: 20px;
justify-content: flex-start; justify-content: flex-start;
} }
@ -64,12 +64,20 @@
.card-parameter{ .card-parameter{
flex: 1 1 45%; flex: 1 1 45%;
} }
.card-container{
justify-content: center;
}
} }
@media (max-width: 576px) { @media (max-width: 576px) {
.card-parameter{ .card-parameter{
flex: 1 1 100%; flex: 1 1 100%;
} }
.card-container{
justify-content: center;
}
} }
button { button {