Skip to content

Commit

Permalink
fix(hr): fix layout jitter
Browse files Browse the repository at this point in the history
  • Loading branch information
gijosso committed Apr 1, 2024
1 parent df9f461 commit 8157c27
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ <h1 class="lastname"><strong>Josso</strong></h1>
<div class="row"><i>Ingénieur</i><i>logiciel</i></div>
</div>
</div>
<div class="row flex-end">
<div class="row hr-row flex-end">
<hr />
</div>

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1 class="lastname"><strong>Josso</strong></h1>
<div class="row"><i>Software</i><i>engineer</i></div>
</div>
</div>
<div class="row flex-end">
<div class="row hr-row flex-end">
<div class="row socials justify-space-between">
<div>
<a target="_blank" href="https://github.com/gijosso"
Expand Down
2 changes: 1 addition & 1 deletion resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ <h1 class="lastname"><strong>Josso</strong></h1>
<div class="row"><i>Software</i><i>engineer</i></div>
</div>
</div>
<div class="row flex-end">
<div class="row hr-row flex-end">
<hr />
</div>

Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ hr {
background-color: var(--contrast-color);
}

.hr-row {
height: 25px;
}

a:-webkit-any-link {
color: var(--alternative-color);
text-decoration: none;
Expand Down

0 comments on commit 8157c27

Please sign in to comment.