smaller images
This commit is contained in:
parent
482a962351
commit
fb824ac07e
|
@ -60,6 +60,14 @@
|
||||||
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 }}
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue