smaller images
This commit is contained in:
parent
482a962351
commit
fb824ac07e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue