update style

This commit is contained in:
2022-11-20 15:21:42 +00:00
parent ba7e37f133
commit 6556924670
3 changed files with 22 additions and 42 deletions

View File

@ -46,7 +46,7 @@
position: fixed;
}
@media only screen and (max-width: 1200px) {
@media only screen and (max-width: 1500px) {
.wrapper {
grid-template-columns: 10rem auto;
grid-template-rows: auto;
@ -57,14 +57,13 @@
}
.article {
padding-left: 1rem;
padding-left: 3rem;
padding-right: 1rem;
padding-top: 1rem;
font-size: 1rem;
}
}
@media only screen and (max-width: 600px) {
@media only screen and (max-width: 800px) {
.side {
display: none;
}
@ -75,8 +74,7 @@
}
.article {
padding: 10px;
font-size: 0.8rem;
padding: 1rem;
}
}
</style>