Merge pull request 'simplify mobile view' (#92) from mobile_view into main
Reviewed-on: #92
This commit is contained in:
@@ -24,6 +24,7 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.categoryLabel {
|
.categoryLabel {
|
||||||
|
padding-top: 5px;
|
||||||
background-color: #002244;
|
background-color: #002244;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
@@ -92,7 +93,16 @@ main {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 400px) {
|
@media (max-width: 480px) {
|
||||||
|
.categoryContainer {
|
||||||
|
border-radius: unset;
|
||||||
|
border: unset;
|
||||||
|
box-shadow: unset;
|
||||||
|
margin-bottom: unset;
|
||||||
|
}
|
||||||
|
.serviceWrapper {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.serviceImage {
|
.serviceImage {
|
||||||
width: 25%;
|
width: 25%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
Reference in New Issue
Block a user