8000 Make sure images are always 50px (#10) · php-http/httplug.github.io@18c542f · GitHub
[go: up one dir, main page]

Skip to content

Commit 18c542f

Browse files
Nyholmsagikazarmark
authored andcommitted
Make sure images are always 50px (#10)
* Make sure images are always 50px * New line
1 parent dfd88b9 commit 18c542f

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

assets/_sass/_style.scss

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ footer[role="contentinfo"] {
7878
}
7979
}
8080

81-
.third-party .row {
82-
padding-bottom: 1rem;
83-
}
81+
.third-party {
82+
.row {
83+
padding-bottom: 1rem;
84+
}
85+
86+
img {
87+
width: 50px;
88+
}
89+
}

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h2>They are using HTTPlug</h2>
114114
<div class="row">
115115
<div class="col-md-4"></div>
116116
<div class="col-md-1">
117-
<img src="/assets/img/logo/linkedin.png" alt="LinkedIn" width="50px" />
117+
<img src="/assets/img/logo/linkedin.png" alt="LinkedIn" />
118118
</div>
119119
<div class="col-md-7">
120120
<b><a href="https://github.com/Happyr/LinkedIn-API-client">LinkedIn API client</a></b>
@@ -124,7 +124,7 @@ <h2>They are using HTTPlug</h2>
124124
<div class="row">
125125
<div class="col-md-4"></div>
126126
<div class="col-md-1">
127-
<img src="/assets/img/logo/swap.png" alt="Swap" width="50px" />
127+
<img src="/assets/img/logo/swap.png" alt="Swap" />
128128
</div>
129129
<div class="col-md-7">
130130
<b><a href="https://github.com/florianv/swap">Swap</a></b>

0 commit comments

Comments
 (0)
0