This commit is contained in:
krahets
2026-04-10 23:01:44 +08:00
parent 53b941450f
commit 065a978848
5 changed files with 20 additions and 72 deletions
+16
View File
@@ -790,3 +790,19 @@ a:hover .device-on-hover {
flex: 1 1 30%;
}
}
@media screen and (max-width: 44em) {
.reading-media {
flex-direction: column;
align-items: center;
height: auto;
}
.media-block {
display: flex;
justify-content: center;
width: 100%;
height: min(78vw, 32rem);
margin: 0 0 1em;
}
}