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