Skip to content

Commit

Permalink
small fix to bg
Browse files Browse the repository at this point in the history
  • Loading branch information
MattRowe18 committed Mar 19, 2024
1 parent 771da1d commit 5085c2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ body {
/* text-transform: uppercase; */
text-align: justify;
word-break: normal;
background-color: black;

/* background-color: #d4d5d8ef; */
background-image: url('../img/lincoln_bg_cropped.png');
/* background-image: url('../img/lincoln_bg_cropped.png');
background-size: contain;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-color: black;

-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
background-size: contain; */
}

body:before {
Expand Down

0 comments on commit 5085c2a

Please sign in to comment.