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

@@ -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 ;
}
}
}