homepage content, add images to homepage, RBLicht site tweaks

This commit is contained in:
Rik Berkelder 2025-12-12 17:29:15 +01:00
parent 30a4f79d6d
commit bcd9047b4a
4 changed files with 95 additions and 36 deletions

View file

@ -30,10 +30,33 @@ body {
color: $white-vdark;
}
.homepage-images {
display: flex;
max-height: 30vh;
width: 100%;
margin: 1rem 0;
img {
object-fit: cover;
height: 100% !important;
width: 100% !important;
}
@media screen and (max-width:750px) {
a:nth-child(3) {
display: none;
}
}
}
.container {
max-width: 900px;
margin-left: auto;
margin-right: auto;
padding: 0 1rem;
display: block;
}
@ -253,7 +276,7 @@ body {
.nav {
width: 100%;
padding-top: 0.2rem;
padding-top: 0.6rem;
padding-bottom: 0.9em;
margin-bottom: 0.6em;
border-bottom: 1px $grey-dark solid;