dev smartfarming #1
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user