style: fix mobile layout

This commit is contained in:
Ayo 2022-09-18 10:02:06 +02:00
parent 5b65581567
commit 44abba2430

View file

@ -68,6 +68,7 @@ import Footer from "../components/Footer.astro";
.top-content ul {
list-style-type: none;
padding: 0;
}
.main-content {
@ -114,9 +115,9 @@ import Footer from "../components/Footer.astro";
@media only screen
and (min-device-width: 360px)
and (max-device-width: 812px) {
.section-content {
.top-content {
font-size: 16px;
font-weight: bold;
}
}
}
</style>