Init with some changes to the Serif Theme

This commit is contained in:
Waldehyd 2025-09-12 16:54:28 +02:00
commit 912d143813
243 changed files with 15251 additions and 0 deletions

View file

@ -0,0 +1,32 @@
.logo {
display: none;
@include media-breakpoint-up(sm) {
display: block;
}
img {
max-width: unset;
height: 20%;
}
a {
display: block;
width: 100%;
height: 100%;
}
}
.logo-mobile {
display: block;
width: 40px;
padding: 10px 0 10px 0;
@include media-breakpoint-up(sm) {
display: none;
}
img {
width: 100%;
height: auto;
}
a {
display: block;
width: 100%;
height: 100%;
}
}