fix mobile response

This commit is contained in:
2023-05-15 12:50:31 +02:00
parent fbca744861
commit c60a9b54e1
3 changed files with 13 additions and 11 deletions

View File

@@ -37,6 +37,10 @@ img[src*="#sm"] {
width: 200px;
}
img[src*="#iconsize"] {
width: 200px;
}
img[src*="#md"] {
width: 300px;
}
@@ -383,11 +387,9 @@ header {
img[src*="#medium"] {
width: 300px;
}
img[src*="#sm"] {
img[src*="#iconsize"] {
width: 130px;
}
h2 {
font-size: 3rem;
}