This commit is contained in:
2024-05-07 12:15:25 +02:00
parent 8b05ad2f05
commit fb4644efac
4 changed files with 32 additions and 4 deletions

View File

@@ -39,6 +39,10 @@ $width-menu-slidedown : 550px;
.layout-content{
grid-column: 1 / span 12;
padding-top: $header-height;
padding-top: $header-height;
@media(max-width: 500px){
padding-top: $header-height-ultrasmall;
}
}

View File

@@ -134,11 +134,13 @@
@media(max-width: 500px){
padding-right: 0px;
text-align: center;
width: 100%;
}
img{
width: 70%;
height: auto;
padding-bottom: 1rem;
margin: auto;
}
}
}
@@ -164,6 +166,7 @@
@media(max-width: 500px){
padding-right: 0px;
text-align: center;
width: 100%;
}
}
}

View File

@@ -86,10 +86,18 @@ header{
@media(max-width: 660px){
margin-bottom: 0;
}
@media(max-width: 500px){
flex-direction: column;
// margin-bottom: 0;
margin: auto;
}
li:nth-child(1){
&::after{
content: " / ";
white-space: pre;
@media(max-width: 660px){
content:none ;
}
}
}