smaller images
This commit is contained in:
parent
482a962351
commit
fb824ac07e
|
@ -59,6 +59,14 @@
|
|||
aspect-ratio: 1 / 1 ;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
main img {
|
||||
max-height: 50vh;
|
||||
max-width: 80vw;
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
display: block;
|
||||
}
|
||||
|
||||
</style>
|
||||
{{ .SiteConfig.HtmlHeadExtra }}
|
||||
|
|
Loading…
Reference in New Issue