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

Enhanced Spacing for Improved Component Layout #332

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
2 changes: 1 addition & 1 deletion docs/_sass/getnighthawk.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5533,7 +5533,7 @@ div.globalFooterCard.card-environment {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: auto;
margin: 2rem 0rem;
margin: 2rem 0rem 12rem 0rem;
padding: 2rem 0rem;
.card-item {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion docs/_sass/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ $blue-munsell-3: #4392a4ff;
// nighthawk-description startups

.nighthawk-description-div {
margin: -23rem auto 3rem auto;
margin: -23rem auto 12rem auto;
z-index: 1;
}
.description-div {
Expand Down