smaller images

This commit is contained in:
Niko Abeler 2023-08-06 12:08:46 +02:00
parent 482a962351
commit fb824ac07e
1 changed files with 8 additions and 0 deletions

View File

@ -60,6 +60,14 @@
object-fit: cover;
}
main img {
max-height: 50vh;
max-width: 80vw;
margin: auto;
text-align: center;
display: block;
}
</style>
{{ .SiteConfig.HtmlHeadExtra }}
</head>