Fix bug of image max width (supposed to be width of its container)
This commit is contained in:
@@ -142,7 +142,7 @@ h6,
|
||||
}
|
||||
/* All images should be responsive */
|
||||
img {
|
||||
max-width: 100%important;
|
||||
max-width: 100% !important;
|
||||
}
|
||||
.sort-highlight {
|
||||
background: #f4f4f4;
|
||||
|
||||
@@ -140,7 +140,7 @@ h6,
|
||||
|
||||
/* All images should be responsive */
|
||||
img {
|
||||
max-width: 100%important;
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
.sort-highlight {
|
||||
|
||||
Reference in New Issue
Block a user