Fixes images size on help pages

This commit is contained in:
decabeza
2018-06-25 18:44:29 +02:00
parent 95f66aefe6
commit a6ce928bc6

View File

@@ -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 {