Skip to content

Commit 2a31526

Browse files
Address logo size (plus changes I thought I made earlier)
1 parent 4723d3b commit 2a31526

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

layouts/home.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@
9999
<section class="sponsors">
100100
<div class="sponsors__inner">
101101
<header>
102-
<h2>Thank you to the following organizations for sponsoring our project!</h2>
102+
<h2 class="sponsors__heading">Thank you to the following organizations for sponsoring our project!</h2>
103103
</header>
104104
<div class="sponsors__content">
105105
<div class="sponsors__link">
106106
<a href="https://tuta.com/" target="_blank">
107-
<img src="/static/tuta_logo.svg" alt="tuta.com" class="sponsors__logo">
107+
<img src="/static/tuta_logo.svg" style="width: min(400px, 50vw);" alt="tuta.com" class="sponsors__logo">
108108
</a>
109109
</div>
110110
</div>

less/home.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104

105105
&__heading {
106106
text-wrap: balance;
107+
margin-bottom: 1.5em;
107108
}
108109

109110
&__inner {

0 commit comments

Comments
 (0)