Skip to content

Commit

Permalink
Merge pull request #112 from noelleleigh/css-syntax-error
Browse files Browse the repository at this point in the history
main.css: Fix syntax error
  • Loading branch information
rekkabell authored Nov 28, 2024
2 parents 00d9b6f + 05243d5 commit 3ced394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion links/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ main > table tr > * { padding:5px 15px; vertical-align: top;}

.grid {list-style-type: none;width: 100%;display: grid;grid-template-columns: repeat(3, 1fr);}
.article {box-sizing: border-box;padding: 10px;margin: 0;}
.featured {width: 100%;height: 150px;background-repeat: no-repeat;background-size: cover;background-position: center mix-blend-mode: multiply;}
.featured {width: 100%;height: 150px;background-repeat: no-repeat;background-size: cover;background-position: center;}

footer { line-height: 45px; clear:both; padding:45px; border-top:2px solid black }
footer a.logo { margin-right: 20px; float:left }
Expand Down

0 comments on commit 3ced394

Please sign in to comment.