added global max-width to on boarding view

This commit is contained in:
Jamal Jackson 2016-09-09 14:01:39 -04:00
commit ae1cdf4d03

View file

@ -81,6 +81,12 @@
h2{
font-size: 1.2rem;
}
p,h2,h3{
max-width: 600px !important;
}
button{
max-width: 400px !important;
}
}
}
}