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