Skip to content

Commit

Permalink
Merge pull request #149 from Anita-ihuman/master
Browse files Browse the repository at this point in the history
Fixed footer spacing.
  • Loading branch information
leecalcote authored Jul 1, 2021
2 parents 80c0171 + 94c3007 commit ca58af6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
20 changes: 10 additions & 10 deletions docs/_sass/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
justify-content: space-evenly;
font-size: 0.8rem;
}

.copyright-text {
color: white;
font-size: 15px;
Expand Down Expand Up @@ -111,7 +112,7 @@
width: 22px;
height: 22px;
}

&:hover svg {
fill: #fff;
}
Expand Down Expand Up @@ -200,7 +201,7 @@ footer {
display: block;

img {
width: 8rem;
width: 7rem;
vertical-align: middle;
}
}
Expand All @@ -214,7 +215,7 @@ footer {
font-size: 2rem;
font-weight: bolder;
margin: 0rem 0.5rem;
padding-top: 18px;
padding-top: 16px;
}
.copyright-cont {
display: flex;
Expand Down Expand Up @@ -288,7 +289,6 @@ footer {
.footer-columns {
display: flex;
justify-content: center;
// padding-right: 37px;
}
.footer-columns2 {
display: flex;
Expand Down Expand Up @@ -326,9 +326,9 @@ footer {
}

@media (min-width: 576px) {
.foot-container {
max-width: 650px !important;
}
// .foot-container {
// max-width: 650px !important;
// }
}

@media (min-width: 769px) {
Expand All @@ -340,7 +340,7 @@ footer {
width: 27px !important;
height: 27px !important;
}
.foot-container {
max-width: 800px !important;
}
// .foot-container {
// max-width: 800px !important;
// }
}
1 change: 0 additions & 1 deletion docs/_sass/getnighthawk.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Custom colors

$charcoal: #3c494f;
$caribbeangreen: #00b39f;
$keppel: #00d3a9;
Expand Down

0 comments on commit ca58af6

Please sign in to comment.