Fix margin-bottom got override by homeSubtitlePrinter

This commit is contained in:
Pawat Nakpiphatkul 2023-09-11 20:51:01 +07:00
parent 1f5d4047dd
commit e1a857b363

View file

@ -916,7 +916,7 @@ a.footnote-ref {
overflow: hidden; /* Ensures the content is not revealed until the animation */ overflow: hidden; /* Ensures the content is not revealed until the animation */
border-right: .5em solid $typewriter; /* The typwriter cursor */ border-right: .5em solid $typewriter; /* The typwriter cursor */
white-space: nowrap; /* Keeps the content on a single line */ white-space: nowrap; /* Keeps the content on a single line */
margin: 0 auto; /* Gives that scrolling effect as the typing happens */ margin: 0 auto 1.5em auto; /* Gives that scrolling effect as the typing happens */
// letter-spacing: .100em; /* Adjust as needed */ // letter-spacing: .100em; /* Adjust as needed */
animation: typing 5s steps({{ strings.RuneCount .Site.Params.homeSubtitle }}, end),blink-caret .75s step-end infinite; animation: typing 5s steps({{ strings.RuneCount .Site.Params.homeSubtitle }}, end),blink-caret .75s step-end infinite;
} }