mobile -450px

This commit is contained in:
yousifpa98
2025-01-21 21:49:52 +01:00
parent 173db8f199
commit 800c99fac8
13 changed files with 87 additions and 13 deletions

View File

@@ -11,3 +11,11 @@
.specialties.light .specialtyText {
color: #333;
}
@media screen and (max-width: 450px) {
.specialties {
grid-area: 4 / 1 / 7 / 5;
}
}