mirror of https://github.com/zulip/zulip.git
/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:
parent
82cee4fde9
commit
a0a2241c66
|
@ -805,12 +805,10 @@ nav ul li.active::after {
|
||||||
.portico-landing.hello .hero header a {
|
.portico-landing.hello .hero header a {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 20px auto 0px auto;
|
margin: 20px auto 0px auto;
|
||||||
width: 150px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.portico-landing.hello .hero header button {
|
.portico-landing.hello .hero header button {
|
||||||
width: 170px;
|
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
padding: 12px 20px;
|
padding: 12px 20px;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue