Use bigger logo on the web pages

This commit is contained in:
Nuru
2019-09-20 03:17:38 -07:00
parent e4dc33d0b5
commit 4e8d1e64ac
5 changed files with 19 additions and 12 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,14 @@
.container {
max-width: 1000px; }
.header {
margin-top: 6rem;
margin-top: 2.5vh;
text-align: center; }
img.hero {
height: 20vh;
max-height: 240px;
width: auto;
max-width: 241px
}
.heading-font-size {
font-size: 1.2rem;
color: #999;
@@ -57,8 +63,6 @@ tbody {
/* Larger than phone */
@media (min-width: 550px) {
.header {
margin-top: 10rem; }
.value-props {
margin-top: 9rem;
margin-bottom: 7rem; }