Skip to content

Commit

Permalink
lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 committed Dec 18, 2023
1 parent 5584ed2 commit 3067465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/output/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@
right: 6%;
z-index: 10001;
width: 456px;
background: #fff;
padding: 1rem;
background: #fff;
border: 1px solid #b75400;
border-radius: 2px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
Expand Down Expand Up @@ -155,7 +155,7 @@

.background {
width: calc(100vw - 1rem);
padding: var(--page-padding-y) var(--page-padding-x) 1.5rem var(--page-padding-x);
padding: var(--page-padding-y) var(--page-padding-x) 1.5rem;
background-color: var(--gray-100);
}

Expand Down

0 comments on commit 3067465

Please sign in to comment.