Update logo styles

This commit is contained in:
reuterShawn 2024-08-19 10:27:18 -05:00
parent 690f1e28d3
commit ac73c47aeb

View File

@ -1,9 +1,7 @@
<style>
img {
display: block;
width: 75px;
width: 100px;
}
@media screen and (max-width: 520px) {
@ -11,22 +9,8 @@
display: none;
}
}
.light {
visibility: hidden;
}
.dark {
visibility: hidden;
}
</style>
<div class="light">
<img alt="Blog Logo" src="/assets/reuterLight3.png" width="200" height="200" />
<div>
<img alt="Blog Logo" src="/assets/reuterdev.png" width="200" height="200" />
</div>
<!--
<div class="dark">
<img alt="Blog Logo" src="/assets/reuterDark.png" width="200" height="200" />
</div> -->
</a>