Skip to content

Commit

Permalink
onload of header text
Browse files Browse the repository at this point in the history
  • Loading branch information
wulfdewolf committed Mar 31, 2024
1 parent e369d5e commit e23121c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _includes/header.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ function resizeFont() {
}
// Call resizeFont on page load
resizeFont();
window.onload=function() {
resizeFont();
}
</script>
</header>

0 comments on commit e23121c

Please sign in to comment.