Files
cwsvJudo/homepage/participo/css/participo.css
2022-05-26 07:37:26 +02:00

50 lines
479 B
CSS

/*
on large screens add a padding on the left for the fixed sidnav
*/
header,
main,
footer {
padding-left: 300px;
}
@media only screen and (max-width : 992px) {
header,
main,
footer {
padding-left: 0;
}
}
.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;
}