eventsection with at least a list of events

This commit is contained in:
marko
2022-05-26 07:37:26 +02:00
parent 195a8bdd54
commit 706b722b12
5 changed files with 260 additions and 29 deletions

View File

@@ -1,16 +1,49 @@
/*
on large screens add a padding on the left for the fixed sidnav
*/
header, main, footer {
header,
main,
footer {
padding-left: 300px;
}
}
@media only screen and (max-width : 992px) {
header, main, footer {
header,
main,
footer {
padding-left: 0;
}
}
.card video{
.card video {
width: 100%;
max-width: 100%;
}
/*
overrides for the header font sizes
*/
h1 {
font-size: 2.00rem;
}
h2 {
font-size: 1.50rem;
}
h3 {
font-size: 1.25rem;
}
h3 {
font-size: 1.20rem;
}
h3 {
font-size: 1.15rem;
}
h6 {
font-size: 1.10rem;
}