Skip to content

Commit

Permalink
home-page
Browse files Browse the repository at this point in the history
  • Loading branch information
Iroh-Omolola committed May 10, 2021
1 parent dfa810f commit c7f9ec5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ <h6>Contact</h6>
<i class="fa fa-at" aria-hidden="true"></i>[email protected]
</p>



</div>
<div class="link mt-4">

Expand All @@ -215,10 +217,7 @@ <h6>Contact</h6>
<i class="far fa-copyright" aria-hidden="true"></i>Copyright 2021 NBAIJEKA. All rights reserved.

</div>

</div>
</footer>

<!-- End of Footer -->


Expand Down
9 changes: 6 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,8 @@
/* Footer*/

footer {
padding-left: 30px;
justify-content: space-around;
align-content: space-around;
}

ion-icon {
Expand Down Expand Up @@ -1010,7 +1011,7 @@
}
@media screen and (max-width: 399px) {
.carousel-indicators {
left: -120px;
left: -130px;
top: 560px;
}
.girl-bg {
Expand Down Expand Up @@ -1044,7 +1045,9 @@
.landing-image3 img {
margin-top: -60px;
}
.link {}
.contacts {
margin-left: 30px;
}
}
@media screen and (max-width: 351px) {
.carousel-indicators {
Expand Down

2 comments on commit c7f9ec5

@vercel
Copy link

@vercel vercel bot commented on c7f9ec5 May 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nba2 – ./

nba2.vercel.app
nba2-omolola7991.vercel.app
nba2-git-master-omolola7991.vercel.app

@vercel
Copy link

@vercel vercel bot commented on c7f9ec5 May 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nba – ./

nba-cyan.vercel.app
nba-omolola7991.vercel.app
nba-git-master-omolola7991.vercel.app

Please sign in to comment.