Skip to content

Commit

Permalink
πŸ”€ 🎨 Fix Mica Bloom bug in homepage (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Feb 17, 2024
2 parents ce67886 + c7276fd commit 0145c2b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/site/styles/pages/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
position: relative;
min-block-size: 596px;
text-align: center;
background: url("/bloom-mica-light.png") center/170% no-repeat;
@media (prefers-color-scheme: dark) {
background-image: url("/bloom-mica-dark.png");
}
> .page-section-inner {
@include flex($direction: column, $align: center);
position: relative;
Expand Down

0 comments on commit 0145c2b

Please sign in to comment.