fix mobile response

This commit is contained in:
2023-05-15 12:36:31 +02:00
parent 0b6b580824
commit fbca744861
6 changed files with 16 additions and 169 deletions

View File

@@ -380,6 +380,14 @@ header {
padding: 80px 0;
}
img[src*="#medium"] {
width: 300px;
}
img[src*="#sm"] {
width: 130px;
}
h2 {
font-size: 3rem;
}