adding responsive 1

This commit is contained in:
José Conde
2023-09-03 14:40:49 +02:00
parent d1b38f5052
commit 5cb1042668
16 changed files with 322 additions and 85 deletions

View File

@ -35,4 +35,14 @@
margin: 0 150px;
}
}
@media only screen and (max-width: 767px) {
.employees {
flex-direction: column;
.employee {
margin: 0 8px 32px;
}
}
}
</style>