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 {
|
.top-content ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-content {
|
.main-content {
|
||||||
|
@ -114,9 +115,9 @@ import Footer from "../components/Footer.astro";
|
||||||
@media only screen
|
@media only screen
|
||||||
and (min-device-width: 360px)
|
and (min-device-width: 360px)
|
||||||
and (max-device-width: 812px) {
|
and (max-device-width: 812px) {
|
||||||
.section-content {
|
.top-content {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue