Landing & contact page done, services & prices missing
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
.cards {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-flow: column wrap;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
@media (min-width: 680px) {
|
||||
.cards {
|
||||
flex-flow: row wrap;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user