update mobile size fix

This commit is contained in:
2023-05-14 14:53:35 +02:00
parent 1435296633
commit 6846bd1a1e
3 changed files with 13 additions and 7 deletions

View File

@@ -424,6 +424,12 @@ header {
.header {
padding: 80px 0;
}
img[src*="#medium"] {
width: 250px;
margin: auto;
}
img[src*="#sm_none"] {
display: none;
}