Skip to content

Commit

Permalink
Added foot notes to landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
moscoso committed Jan 15, 2022
1 parent 1d0e400 commit 4893365
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
3 changes: 2 additions & 1 deletion src/app/home/landing/landing.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,5 +185,6 @@ <h1>Transformations</h1>
</app-image-comparison> -->
</ion-col>
</ion-row>
</section>
<ion-row><p class="footer">© StrengthRx Protocols 2022 | All Right Reserved | Developed & Powered by <a href="http://chrismoscoso.com"> Chris Moscoso</a></p></ion-row>
</section>
</ion-content>
18 changes: 13 additions & 5 deletions src/app/home/landing/landing.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

ion-header {
position: fixed;
transform: translate3d(0,0,0);
transform: translate3d(0, 0, 0);
}

video {
Expand All @@ -27,7 +27,7 @@
}

.landing-splash {
width:100%
width: 100%
}

/**
Expand Down Expand Up @@ -115,7 +115,7 @@
.product {
list-style-type: none;
border: 1px solid #eee;
background:white;
background: white;
margin: 0;
padding: 0;
-webkit-transition: 0.3s;
Expand Down Expand Up @@ -162,7 +162,7 @@

#about-us p {
// background: rgba(255, 255, 255, 0.5);
font-size:16px;
font-size: 16px;
margin: 0;
padding-bottom: 12px;
}
Expand All @@ -171,6 +171,14 @@

img-comparison-slider {
max-height: 750px;
width:100%;
width: 100%;
}

.footer {
width: 100%;
text-align: center;
a {
color: white;
}
}
}

0 comments on commit 4893365

Please sign in to comment.