Skip to content

Commit a741c09

Browse files
committed
Add height: auto
Also remove inherited and no longer needed properties
1 parent cdc6cdd commit a741c09

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

layouts/css/_base.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ p {
6161
img {
6262
display: block;
6363
max-width: 100%;
64+
height: auto;
6465
border: none;
6566
}
6667

layouts/css/page-modules/_jsfoundation.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616
align-items: center;
1717
}
1818

19-
.openjsfoundation-logo {
20-
margin-top: .2em;
21-
min-width: 1px;
22-
max-width: 416px;
23-
}
24-
2519
.issue-link {
2620
text-align: right;
2721
min-width: 330px;

layouts/css/page-modules/_resources.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
.logos {
2-
border: none;
3-
border-spacing: 0;
42

53
img {
64
// Fixes logo size on Firefox, see:

0 commit comments

Comments
 (0)