mobile friendly

main
ohjian 3 years ago
parent c656fdd2db
commit 1f8b15fce8

@ -128,5 +128,19 @@ body{
.notation img{ .notation img{
object-fit:cover; object-fit:cover;
width: 100%;
}
@media (max-width: 769px){
body{
display: block;
}
.content, .notation {
width: 100%;
}
} }

Loading…
Cancel
Save