1
0
mirror of https://gitlab.com/redline-racing-division/redline-racing-website.git synced 2025-08-01 19:11:26 +00:00

cleaned up first paint

This commit is contained in:
Anson Biggs
2019-11-15 20:05:40 -07:00
parent 93031403ca
commit f19a28530b
2 changed files with 15 additions and 13 deletions

View File

@@ -35,6 +35,8 @@ h6 {
} }
.navbar-custom { .navbar-custom {
display: none;
visibility: hidden;
padding-top: 1rem; padding-top: 1rem;
padding-bottom: 1rem; padding-bottom: 1rem;
background-color: rgba(0, 0, 0, 0.7); background-color: rgba(0, 0, 0, 0.7);
@@ -57,8 +59,9 @@ h6 {
header.masthead { header.masthead {
position: relative; position: relative;
overflow: hidden; overflow: hidden;
padding-top: calc(7rem + 72px); padding-top: 5vh;
padding-bottom: 7rem; /* padding-top: calc(7rem + 72px);
padding-bottom: 7rem; */
background: linear-gradient( background: linear-gradient(
to top, to top,
rgb(255, 255, 255), rgb(255, 255, 255),

View File

@@ -94,23 +94,22 @@
</nav> </nav>
<header class="masthead text-center"> <header class="masthead text-center">
<div class="masthead-content"> <div>
<div style="min-height: 70vh;"> <img
<img src="img/RRDLogoTrans.png"
src="img/RRDLogoTrans.png" class="img-fluid"
class="img-fluid" style=" max-height: 50vh;"
alt="Redline Racing alt="Redline Racing
Division Logo" Division Logo"
/> />
<!-- <h1 class="masthead-heading mb-0">Redline Racing Division</h1> <!-- <h1 class="masthead-heading mb-0">Redline Racing Division</h1>
<h2 class="masthead-subheading mb-0">FSAE</h2> --> <h2 class="masthead-subheading mb-0">FSAE</h2> -->
<!-- <a href="#" class="btn btn-primary btn-xl rounded-pill mt-5" <!-- <a href="#" class="btn btn-primary btn-xl rounded-pill mt-5"
>Learn More</a >Learn More</a
> --> > -->
</div>
</div> </div>
<a href="#scroll" <a href="#scroll"
><img src="img/chevrons-down.svg" style="width: 5%;" ><img src="img/chevrons-down.svg" style="width: 5%; height: 10vh;"
/></a> /></a>
<!-- <div class="bg-circle-1 bg-circle"></div> <!-- <div class="bg-circle-1 bg-circle"></div>