Skip to content

Commit

Permalink
Add height: auto
Browse files Browse the repository at this point in the history
Also remove inherited and no longer needed properties
  • Loading branch information
XhmikosR committed Jan 3, 2020
1 parent cdc6cdd commit a741c09
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions layouts/css/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ p {
img {
display: block;
max-width: 100%;
height: auto;
border: none;
}

Expand Down
6 changes: 0 additions & 6 deletions layouts/css/page-modules/_jsfoundation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
align-items: center;
}

.openjsfoundation-logo {
margin-top: .2em;
min-width: 1px;
max-width: 416px;
}

.issue-link {
text-align: right;
min-width: 330px;
Expand Down
2 changes: 0 additions & 2 deletions layouts/css/page-modules/_resources.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
.logos {
border: none;
border-spacing: 0;

img {
// Fixes logo size on Firefox, see:
Expand Down

0 comments on commit a741c09

Please sign in to comment.