mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
Fix mobile view for large image links
This commit is contained in:
parent
3a3dfca20d
commit
8f715c5cfc
1 changed files with 2 additions and 1 deletions
|
|
@ -128,7 +128,8 @@ blockquote {
|
|||
|
||||
> p:only-child > a:only-child > img:only-child {
|
||||
display: block;
|
||||
max-width: 30rem;
|
||||
max-width: 100%;
|
||||
max-height: 60rem;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue