adding responsive 1
This commit is contained in:
@ -35,4 +35,14 @@
|
||||
margin: 0 150px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 767px) {
|
||||
.employees {
|
||||
flex-direction: column;
|
||||
|
||||
.employee {
|
||||
margin: 0 8px 32px;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
Reference in New Issue
Block a user