Files

22 lines
354 B
CSS

@font-face {
font-family: mono;
src: url('../fonts/monomakh.otf') format('opentype');
}
p {
font-family: mono, sans-serif;
font-size: 24px;
}
img {
width: 60%;
height: auto;
}
/* For smaller screens (e.g., mobile), make the image 100% of the container width */
@media (max-width: 768px) {
img {
width: 70%;
}
}