make sure the fsfe valentine logo appears
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Max Mehl 2021-02-15 13:31:54 +01:00
parent 8d5aa7b748
commit e83aa26066
Signed by: max.mehl
GPG Key ID: 2704E4AB371E2E92
1 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,11 @@
html {
.valentine-ilovefs;
#logo {
div#masthead #logo {
background: url(/graphics/logov.svg) top left no-repeat;
@media (max-width: @screen-xs-max) {
background-size: contain;
}
}
}