forked from MarseyWorld/MarseyWorld
limit expanded image width on desktop to 80%
parent
94f0789827
commit
76921ac740
|
@ -6287,3 +6287,9 @@ div.markdown {
|
|||
.bug {
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
#desktop-expanded-image {
|
||||
max-width: 80% !important;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue