Merge pull request 'Manuelle Änderungen nachgezogen' (#13) from pludi/website:manuelle-aenderungen into deploy

Reviewed-on: https://gitea.usrspace.at/UsrSpace-Internal/website/pulls/13
This commit is contained in:
Peter 2021-09-07 11:39:47 +02:00
commit 72cc7cde0a

View file

@ -2642,6 +2642,12 @@
width: 100%; width: 100%;
} }
.image.logo {$
display: block;$
margin: 0 0 2em 0;$
width: 100%;$
}$
.image.fit img { .image.fit img {
width: 100%; width: 100%;
} }
@ -4130,13 +4136,13 @@
#stammMap { #stammMap {
height: 600px; height: 600px;
} }
@media screen and (max-width: 980px) { @media screen and (max-width: 980px) {
#stammMap { #stammMap {
height: 300px; height: 300px;
} }
} }
/* Calendar */ /* Calendar */
.cal_event > a { .cal_event > a {
@ -4169,4 +4175,4 @@
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
font-size: 1.1em; font-size: 1.1em;
} }