Skip to content

Commit

Permalink
remove the branding background in the compact view
Browse files Browse the repository at this point in the history
  • Loading branch information
alexewerlof committed Dec 2, 2023
1 parent f210034 commit 8ec88d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ body {
}

@media screen and (min-width: 1000px) {
body {
/* No time for branding! It'll be too crowded */
background-image: none;
}

article {
display: flex;
justify-content: center;
Expand Down

0 comments on commit 8ec88d8

Please sign in to comment.