We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
height: auto
1 parent cdc6cdd commit a741c09Copy full SHA for a741c09
3 files changed
layouts/css/_base.scss
@@ -61,6 +61,7 @@ p {
61
img {
62
display: block;
63
max-width: 100%;
64
+ height: auto;
65
border: none;
66
}
67
layouts/css/page-modules/_jsfoundation.scss
@@ -16,12 +16,6 @@
16
align-items: center;
17
18
19
-.openjsfoundation-logo {
20
- margin-top: .2em;
21
- min-width: 1px;
22
- max-width: 416px;
23
-}
24
-
25
.issue-link {
26
text-align: right;
27
min-width: 330px;
layouts/css/page-modules/_resources.scss
@@ -1,6 +1,4 @@
1
.logos {
2
- border: none;
3
- border-spacing: 0;
4
5
6
// Fixes logo size on Firefox, see:
0 commit comments