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

@ -36,4 +36,10 @@ export default {
line-height: 23.44px;
padding: 0;
}
@media only screen and (max-width: 767px) {
.role {
margin-top: 8px;
}
}
</style>