Renamed css class
This commit is contained in:
parent
dfcba76d5d
commit
681c06fb41
|
@ -146,7 +146,7 @@ footer.footer-main {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.float-right {
|
.gba-portrait {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -154,7 +154,7 @@ footer.footer-main {
|
||||||
max-width: 288px;
|
max-width: 288px;
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 768px) {
|
@media screen and (min-width: 768px) {
|
||||||
.float-right {
|
.gba-portrait {
|
||||||
float: right;
|
float: right;
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -113,7 +113,7 @@ footer.footer-main {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.float-right {
|
.gba-portrait {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -3,7 +3,7 @@ layout: page.njk
|
||||||
date: Last Modified
|
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
|
# About me
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue