Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed footer spacing. #149

Merged
merged 4 commits into from
Jul 1, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 13 additions & 11 deletions docs/_sass/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
display: flex;
justify-content: space-evenly;
font-size: 0.8rem;

}

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

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

img {
width: 8rem;
width: 7rem;
vertical-align: middle;
}
}
Expand All @@ -214,7 +216,7 @@ footer {
font-size: 2rem;
font-weight: bolder;
margin: 0rem 0.5rem;
padding-top: 18px;
padding-top: 16px;
}
.copyright-cont {
display: flex;
Expand All @@ -239,7 +241,7 @@ footer {
}

h2 {
font-size: 1.2em;
font-size: 1em;
margin: 30px 0;
margin: 15px auto;
color: #fff;
Expand Down Expand Up @@ -288,7 +290,7 @@ footer {
.footer-columns {
display: flex;
justify-content: center;
// padding-right: 37px;
// padding-right: 43px;
Anita-ihuman marked this conversation as resolved.
Show resolved Hide resolved
}
.footer-columns2 {
display: flex;
Expand Down Expand Up @@ -326,9 +328,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 +342,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