Skip to content

Commit

Permalink
footer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
khushigupta86 committed Oct 30, 2024
1 parent 69eb9dd commit 2b5521e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions fly.css
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,7 @@ nav {

.footer__col h3,
.footer__col h4 {
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 1.5rem;
font-weight: 500;
color: #f39c12;
Expand All @@ -862,6 +863,12 @@ nav {
align-items: center;
}

/*.footer__col {
display: flex;
flex-direction: column;
align-items: center;
}*/

.footer__col p,
.footer__col a {
color: var(--extra-light);
Expand All @@ -884,6 +891,17 @@ nav {
border-top: 1px solid var(--extra-light);
}

/*
.footer__bar {
padding: 0.5rem;
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
border-top: 1px solid var(--extra-light);
}
*/


.footer__bar p {
font-size: 0.9rem;
Expand Down

0 comments on commit 2b5521e

Please sign in to comment.