Skip to content

Commit

Permalink
UI- Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c4coderandcreator committed Nov 2, 2023
1 parent 182ef44 commit e0d5543
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions css/landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ img {
font-size: var(--h2-font-size);
color: var(--title-color);
margin-bottom: var(--mb-3);
text-align: center;
}

/*========== LAYOUT ==========*/
Expand Down Expand Up @@ -325,6 +326,7 @@ img {

.home__description {
margin-bottom: var(--mb-3);
padding-bottom: 1rem;
}

/*========== BUTTONS ==========*/
Expand Down Expand Up @@ -528,10 +530,10 @@ img {

/*========== FOOTER ==========*/

footer {
/*footer {
border-top: 2px solid black;
padding: 2rem 0;
}
} */

.footer__container {

Expand Down

0 comments on commit e0d5543

Please sign in to comment.