mobile friendly

main
ohjian 2 years ago
parent c656fdd2db
commit 1f8b15fce8

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

Loading…
Cancel
Save