Fixes images size on help pages
This commit is contained in:
@@ -413,11 +413,6 @@ a {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
figure img {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
// 02. Header
|
||||
// ----------
|
||||
|
||||
@@ -2705,6 +2700,11 @@ table {
|
||||
z-index: 2;
|
||||
}
|
||||
}
|
||||
|
||||
figure img {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.feeds-list {
|
||||
|
||||
Reference in New Issue
Block a user