diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css index fb057232..d7676b4a 100644 --- a/docs/assets/css/main.css +++ b/docs/assets/css/main.css @@ -66,9 +66,12 @@ body { background-color: #f7f7f7; height: calc(100vh - 3rem); overflow: hidden; } + @media (max-width: 56.25em) { + .header { + height: calc(100vh); } } .header__image { display: block; - margin: 8vh auto 0 auto; } + margin: 8.5vh auto 0 auto; } @media (max-width: 56.25em) { .header__image { display: none; } } @@ -76,11 +79,12 @@ body { transition: all .2s; margin: 30vh auto 0 auto; width: calc(95%); - font-family: 'Open Sans', sans-serif; + font-family: 'Open Sans', sans-serif; font-size: 2rem; } @media (max-width: 56.25em) { .header__download-box { - margin: 10vh auto 0 auto; } } + margin: 10vh auto 0 auto; + width: calc(80%); } } .header__download-box--title { font-weight: 300; font-size: 5rem; @@ -101,7 +105,8 @@ body { padding: 0 15px 2px 15px; font-size: 38px; color: #3f3f3f; - text-decoration: none; } + text-decoration: none; + margin-bottom: 1rem; } .download-button:hover { color: #faa424; } .download-button__web { @@ -129,3 +134,25 @@ body { .fa-apple { position: relative; top: -2px; } + +.footer { + text-align: center; + background-color: #141414; + color: white; + height: 18rem; + padding-top: 4em; } + .footer__title { + font-family: 'Open Sans', sans-serif; + font-weight: lighter; + font-size: 2rem; + margin-bottom: 1.5rem; } + .footer__buttons { + margin: auto; } + .footer__buttons--button { + font-size: 4rem; + color: whitesmoke; + transition: all .2s; } + .footer__buttons--button:not(:last-child) { + margin-right: 2rem; } + .footer__buttons--button:hover { + color: #faa424; } diff --git a/docs/assets/sass/layout/_header.scss b/docs/assets/sass/layout/_header.scss index bcbdbb65..2b42328a 100644 --- a/docs/assets/sass/layout/_header.scss +++ b/docs/assets/sass/layout/_header.scss @@ -4,9 +4,13 @@ height: calc(100vh - 3rem); overflow: hidden; + @include respond(tab-port) { + height: calc(100vh); + } + &__image { display: block; - margin: 8vh auto 0 auto; + margin: 8.5vh auto 0 auto; @include respond(tab-port) { display: none; @@ -26,14 +30,14 @@ @include respond(tab-port) { margin: 10vh auto 0 auto; + width: calc(80%); } // position: relative; // top: 50%; // transform: translateY(-50%); - font-family: 'Open Sans', - sans-serif; + font-family: 'Open Sans', sans-serif; font-size: 2rem; &--title { @@ -70,6 +74,7 @@ //opacity: .80; text-decoration: none; // outline-color: rgb(141, 140, 140); + margin-bottom: 1rem; &:hover { color: rgb(250, 164, 36); @@ -111,4 +116,38 @@ .fa-apple { position: relative; top: -2px; +} + +.footer { + text-align: center; + background-color: rgb(20, 20, 20); + color: white; + height: 18rem; + padding-top: 4em; + + &__title { + font-family: 'Open Sans', sans-serif; + font-weight: lighter; + font-size: 2rem; + margin-bottom: 1.5rem; + + } + + &__buttons { + margin: auto; + + &--button { + font-size: 4rem; + color:whitesmoke; + transition: all .2s; + + &:not(:last-child){ + margin-right: 2rem; + } + + &:hover { + color:rgb(250, 164, 36); + } + } + } } \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index ef11325c..f6adea78 100644 --- a/docs/index.html +++ b/docs/index.html @@ -35,18 +35,18 @@
@@ -70,8 +70,13 @@ -