This commit is contained in:
edwark43 2023-04-06 12:45:45 -04:00 committed by GitHub
parent 7aec699f31
commit 07d3cf3a05
2 changed files with 5 additions and 1 deletions

View File

@ -96,4 +96,8 @@ body {
height: 51.5px; height: 51.5px;
background-color: rgb(255, 255, 255); background-color: rgb(255, 255, 255);
float: right; float: right;
}
.img {
width: 51.5px;
height: 51.5px;
} }

View File

@ -55,7 +55,7 @@
officia aliquip proident non. officia aliquip proident non.
</p> </p>
<a class="imglink" href="https://github.com/edwark43" <a class="imglink" href="https://github.com/edwark43"
><img src="/assets/imgs/github.png" alt="github" ><img class="img" src="/assets/imgs/github.png" alt="github"
/></a> /></a>
</body> </body>
</html> </html>