Centered typed text

This commit is contained in:
Zakary Timson 2019-04-16 10:37:47 -04:00
parent 9f0f99b4ea
commit 3bd1aa001e
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<div class="w-100">
<div class="d-flex justify-content-center align-items-center" style="height: 600px">
<div class="d-none d-md-block">
<div class="container d-flex align-items-center" style="height: 600px">
<div class="w-100 text-center">
<typewriter [text]="quote"></typewriter>
</div>
</div>

View File

@ -4,7 +4,6 @@
color: white;
overflow: hidden;
border-right: .15em solid white;
white-space: nowrap;
margin: 0 auto;
letter-spacing: .15em;
animation: blink-caret 1s step-end infinite;