Skip to content

Commit

Permalink
Small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Declan Chidlow committed Mar 8, 2024
1 parent a15449e commit 8dc16c6
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config/global/style/base/body.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
margin: 0 50px 0 7rem;
background-color: var(--black);
background: var(--black);
min-height: 100%;
font-family: "Lexend", sans-serif;
color: var(--bright_white);
Expand Down
1 change: 0 additions & 1 deletion config/global/style/components/footer.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
footer {
width: 100%;
text-align: center;
margin-bottom: 10px;
}
Expand Down
6 changes: 4 additions & 2 deletions config/global/style/pages/index.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#heroouter,
#landingbody {
#landingbody,
footer {
margin-left: -7rem;
position: relative;
z-index: 1;
Expand Down Expand Up @@ -51,7 +52,8 @@

@media (max-width: 700px) {
#heroouter,
#landingbody {
#landingbody,
footer {
margin: 0;
}
}
2 changes: 1 addition & 1 deletion docs/style/base/body.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
margin: 0 50px 0 7rem;
background-color: var(--black);
background: var(--black);
min-height: 100%;
font-family: "Lexend", sans-serif;
color: var(--bright_white);
Expand Down
1 change: 0 additions & 1 deletion docs/style/components/footer.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
footer {
width: 100%;
text-align: center;
margin-bottom: 10px;
}
Expand Down
6 changes: 4 additions & 2 deletions docs/style/pages/index.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#heroouter,
#landingbody {
#landingbody,
footer {
margin-left: -7rem;
position: relative;
z-index: 1;
Expand Down Expand Up @@ -51,7 +52,8 @@

@media (max-width: 700px) {
#heroouter,
#landingbody {
#landingbody,
footer {
margin: 0;
}
}

0 comments on commit 8dc16c6

Please sign in to comment.