mirror of
https://git.sr.ht/~sircmpwn/hub.sr.ht
synced 2024-09-09 12:02:35 +02:00
Set image max width to 100% on project summaries
This commit is contained in:
parent
d53f622d54
commit
413bf32989
1 changed files with 4 additions and 0 deletions
|
@ -119,4 +119,8 @@
|
|||
margin-top: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue