portal: improve background-size from cover to contain

This commit is contained in:
Astro 2019-05-02 23:25:43 +02:00
parent ea2e6b6706
commit e7c00398ae
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ abbr.dtstart, abbr.dtend {
width: 14.5em;
height: 14.5em;
background-size: cover;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}