FIX: Icons don't cause content layout shifts.
This commit is contained in:
@@ -82,6 +82,7 @@ nav.navbar {
|
||||
}
|
||||
|
||||
.resume-header {
|
||||
position: absolute;
|
||||
color: white;
|
||||
filter: opacity(0.5);
|
||||
font: 800 8em Poppins;
|
||||
@@ -122,7 +123,8 @@ footer.navbar {
|
||||
font-size: 4em !important;
|
||||
user-select: none;
|
||||
filter: brightness(0) invert(1);
|
||||
|
||||
width: 1em;
|
||||
height: 1.2em;
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
@@ -198,6 +200,12 @@ body::before {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
|
||||
.topic-icon {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/*---- Experience Title ------------------------------------------------------*/
|
||||
|
||||
.experience {
|
||||
@@ -287,6 +295,8 @@ body::before {
|
||||
|
||||
.icon {
|
||||
margin-right: 0.5em;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
user-select: none;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user