mirror of
https://github.com/pure-css/pure.git
synced 2025-01-13 02:04:23 +00:00
Merge pull request #172 from dchest/patch-2
Fix image resizing to be proportional
This commit is contained in:
commit
dcc75bd588
@ -17,6 +17,7 @@
|
||||
|
||||
.pure-g-r img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@media (min-width: 980px) {
|
||||
|
Loading…
Reference in New Issue
Block a user