This commit is contained in:
samaradel
2022-10-12 16:00:37 +02:00
parent 2056f74be0
commit 21cbe8e9bb
4 changed files with 74 additions and 2 deletions

View File

@@ -31,6 +31,10 @@ img[src*="#small"] {
width: 68px;
}
img[src*="#sm"] {
width: 200px;
}
img[src*="#md"] {
width: 300px;
}