mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 08:10:45 +00:00
refactor: only apply responsive styles to thumbnails
This commit is contained in:
parent
b698a20f26
commit
321f9a7f3d
|
@ -42,12 +42,14 @@ figure,
|
|||
.thumbinner {
|
||||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
|
||||
a.image {
|
||||
max-width: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
a.image {
|
||||
max-width: 100%;
|
||||
|
||||
> img {
|
||||
max-width: inherit;
|
||||
height: auto;
|
||||
|
|
Loading…
Reference in a new issue