Skip to content

Commit e4739a9

Browse files
committed
Refactor footer layout and styling in index.html for improved readability and alignment
1 parent 1054863 commit e4739a9

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

wwwroot/index.html

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
}
4747

4848
footer img {
49-
float: left;
50-
margin-right: 5px;
49+
display: block;
5150
}
5251

5352
#blazor-error-ui {
@@ -189,13 +188,10 @@ <h1 class="display-5 fw-bold">Online GZIP de/compressor</h1>
189188
<a class="dismiss">🗙</a>
190189
</div>
191190
</main>
192-
<footer class="footer mt-auto py-3">
193-
<div class="container">
194-
<img src="https://swimburger.net/content/img/burger.svg" width="40" height="22" alt="Swimburger logo" />
195-
Tool built using Blazor WebAssembly by Niels Swimberghe; Follow Niels' blog at
196-
<a href="https://swimburger.net">swimburger.net</a> or on <a
197-
href="https://twitter.com/RealSwimburger">Twitter</a>;
198-
<a href="https://privacypolicies.com/privacy/view/95b2095f4609044d9618c21b06f5df75">Privacy Policy</a>
191+
<footer class="footer mt-auto py-2">
192+
<div class="container d-flex align-items-center gap-3" style="font-size:.875rem">
193+
<img src="https://swimburger.net/content/img/burger.svg" width="32" height="18" alt="Swimburger logo" />
194+
<span>Tool by Niels Swimberghe — <a href="https://swimburger.net">swimburger.net</a> · <a href="https://twitter.com/RealSwimburger">X (Twitter)</a> · <a href="https://privacypolicies.com/privacy/view/95b2095f4609044d9618c21b06f5df75">Privacy Policy</a></span>
199195
</div>
200196
</footer>
201197
<script>

0 commit comments

Comments
 (0)