Skip to content

Commit

Permalink
Fix the Stylelint rule: order/properties-order.
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadSalman11 authored Oct 2, 2024
1 parent 28e93fe commit bad0311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/assets/scss/_masthead.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@
}

.masthead-notice {
padding-top: .45rem;
background-color: var(--bd-accent);
box-shadow: inset 0 -1px 1px rgba(var(--bs-body-color-rgb), .15), 0 .25rem 1.5rem rgba(var(--bs-body-bg-rgb), .75);
padding-top: .45rem;

svg{
transform: translateY(.2rem)
transform: translateY(.2rem);
}
}

Expand Down

0 comments on commit bad0311

Please sign in to comment.