Make start page responsive

This commit is contained in:
Knoch 2019-05-10 21:13:52 +02:00
parent b006c6e400
commit ad09cebf7e

View File

@ -151,8 +151,8 @@ body {
position: absolute;
top: calc(var(--margin) * var(--square));
right: calc(var(--margin) * var(--square));
width: 15vw;
height: 15vw;
width: calc(.3 * var(--square));
height: calc(.3 * var(--square));
background-image: url(../../images/logo-fachschaft.png);
background-repeat: no-repeat;
background-size: contain;