/hello/: Fix the width of the call-to-action button.

This fixes the width of the call-to-action button to be auto, as it
previously was set in the #hero to be 150px which forced the words in
the button to wrap to two lines.
This commit is contained in:
brockwhittaker 2017-09-12 03:14:23 -07:00 committed by Tim Abbott
parent 82cee4fde9
commit a0a2241c66
1 changed files with 0 additions and 2 deletions

View File

@ -805,12 +805,10 @@ nav ul li.active::after {
.portico-landing.hello .hero header a {
display: block;
margin: 20px auto 0px auto;
width: 150px;
text-align: center;
}
.portico-landing.hello .hero header button {
width: 170px;
margin-top: 0px;
padding: 12px 20px;