commit 1ea21a5dc12e1d115e55abff9e314b12fd5c9339
parent ac7446738eeca1254e8c3191adeee4d23128dad2
Author: William <x@linear.codes>
Date: Fri, 13 Dec 2024 15:43:56 -0500
css img change to logos
Diffstat:
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/about.html b/about.html
@@ -9,9 +9,7 @@
</head>
<div class="wrapper">
<pre class="left">
-<a href="/" class="logo"><img src=/favicon.ico></a>
-</pre>
- <nav>
+<a href="/" class="logo"><img src=/favicon.ico></a></pre><nav>
<p class="menu"></p>
<div class="menu">
<a href="index.html">[Home]</a>
diff --git a/style.css b/style.css
@@ -142,7 +142,8 @@ code {
}
.logo {
- width: 50px;
+ max-width: 50%;
+ max-height: 50%;
text-decoration: none;
border-bottom: unset;
background: unset !important;