Skip to content

Commit

Permalink
Merge pull request #62 from HackNC/dev-phase
Browse files Browse the repository at this point in the history
Dev phase
  • Loading branch information
aryasalian authored Sep 11, 2024
2 parents ec0fdc6 + 9ea6de8 commit 788c2e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ nav ul a:hover::before {

/* About */
.about {
background: #0A0058;
background: #0A0058 url("/static/assets/images/dolly-zoom-space-art/Stars transparent.svg") no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
Expand Down Expand Up @@ -823,7 +823,7 @@ nav ul a:hover::before {

/* FAQ */
.faq {
background: #4017D8;
background: #4017D8 url("/static/assets/images/dolly-zoom-space-art/Stars transparent.svg") no-repeat center;
background-size: contain;
-webkit-background-size: contain;
-moz-background-size: contain;
Expand Down

0 comments on commit 788c2e0

Please sign in to comment.