style: fix mobile layout
This commit is contained in:
parent
5b65581567
commit
44abba2430
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue