update /tjenester for mobile devices

This commit is contained in:
2025-08-31 01:13:26 +02:00
parent 617a799ad8
commit 3d843667ad

View File

@@ -45,6 +45,7 @@ main {
.serviceContent {
flex-grow: 1;
margin-right: 4%;
}
.serviceTitle {
@@ -91,3 +92,18 @@ main {
}
}
@media (max-width: 400px) {
.serviceImage {
width: 25%;
height: auto;
}
.serviceContent {
width: 50%;
}
}
@media (max-width: 360px) {
.serviceContent {
font-size: 14px;
}
}