Small css improvements

main
Benjamin Bädorf 2021-10-13 00:14:08 +02:00
parent 89f08e4d56
commit d0c3a8fb5a
No known key found for this signature in database
GPG Key ID: 4406E80E13CD656C
3 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
---
themeColor: #D02424
language: de
cssCacheBust: ?v=2
cssCacheBust: ?v=3
header: null
article: null

View File

@ -2,6 +2,8 @@
border-top: 7px solid var(--border);
width: calc(100vw - 2*var(--side-padding));
position: relative;
margin-right: calc(-1 * (100vw - 2 * var(--side-padding)));
max-width: calc( 100vw - 2 * var(--side-padding));
}
.event-day[open] {
@ -106,6 +108,6 @@
.event-location,
.event-people,
.event-details {
font-size: 1rem;
line-height: 1.4rem;
font-size: 1.2rem;
line-height: 1.6rem;
}

View File

@ -24,7 +24,7 @@
background-image: url(/img/bg-pattern.svg);
background-repeat: repeat-y;
background-position: right;
background-size: 50vw;
background-size: 33vw;
}
@media screen and (min-width: 768px) {