Optimized images

This commit is contained in:
Firq 2023-03-16 18:51:36 +01:00
parent e3b84027ef
commit 518b0e2500
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
29 changed files with 16 additions and 8 deletions
src/components

View file

@ -34,7 +34,6 @@ if (mlb === 'false') {
article {
background-color: var(--c-darkergray);
border-color: var(--c-darkgray);
padding: 20px;
padding-top: 5px;
width: 35%;
@ -82,12 +81,11 @@ if (mlb === 'false') {
.ce-crop {
width: 6em;
height: 6em;
object-fit: cover;
object-position: 0% 0%;
}
.mlb {
width: 100%;
width: 120px;
height: 30px;
margin-left: auto;
margin-right: auto;
}