more mobile display improvements
This commit is contained in:
@@ -67,4 +67,22 @@
|
||||
font-family: var(--mono);
|
||||
margin-bottom: 0.1em;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 80vw;
|
||||
}
|
||||
|
||||
video {
|
||||
max-width: 90vw;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
||||
.markdown-container {
|
||||
div:last-of-type {
|
||||
margin-bottom: 4em !important;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user