Renamed css class

This commit is contained in:
gil 2024-05-26 19:29:21 -05:00
parent dfcba76d5d
commit 681c06fb41
3 changed files with 4 additions and 4 deletions

View file

@ -146,7 +146,7 @@ footer.footer-main {
text-align: center;
}
.float-right {
.gba-portrait {
margin: auto;
margin-bottom: 1em;
width: 100%;
@ -154,7 +154,7 @@ footer.footer-main {
max-width: 288px;
}
@media screen and (min-width: 768px) {
.float-right {
.gba-portrait {
float: right;
margin-left: 1em;
}

View file

@ -113,7 +113,7 @@ footer.footer-main {
text-align: center;
}
.float-right {
.gba-portrait {
margin: auto;
margin-bottom: 1em;
width: 100%;

View file

@ -3,7 +3,7 @@ layout: page.njk
date: Last Modified
---
<img class="float-right" src="img/gba_gil.png" alt="Me, a brown-haired, brown-eyed man with round glasses, smiling. The picture is filtered to mimic the Game Boy Camera and create a retro vibe." />
<img class="gba-portrait" src="img/gba_gil.png" alt="Me, a brown-haired, brown-eyed man with round glasses, smiling. The picture is filtered to mimic the Game Boy Camera and create a retro vibe." />
# About me