Moving header and adding navbar

This commit is contained in:
Chris Smith
2019-03-08 10:56:01 -06:00
parent 67dfd57b54
commit ce7cfad2f6
3 changed files with 39 additions and 16 deletions

View File

@@ -22,6 +22,10 @@ h4 {
padding-top: 25px;
}
.pad-50-top {
padding-top: 50px;
}
.pad-15-left {
padding-left: 15px;
}
@@ -65,4 +69,9 @@ h4 {
.StripeElement--webkit-autofill {
background-color: #fefde5 !important;
}
.responsive {
max-width: 100%;
height: auto;
}