Skip to content

Commit

Permalink
feat: fix boxed container, make seamless
Browse files Browse the repository at this point in the history
  • Loading branch information
Veivel committed Sep 19, 2024
1 parent 029095d commit fe367ef
Show file tree
Hide file tree
Showing 2 changed files with 260 additions and 253 deletions.
4 changes: 2 additions & 2 deletions themes/delicate/source/styles/base/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body, html
display flex
flex-direction column
min-height 100vh
background var(--bg)
background var(--container-bg)
scroll-behavior smooth
color var(--color)
transition background 260ms ease, color 260ms ease
Expand Down Expand Up @@ -92,7 +92,7 @@ footer
padding 0px 0 100px 0
box-sizing border-box
border-radius 6px
box-shadow 0 0 15px 5px rgba(0, 0, 0, 0.16)
// box-shadow 0 0 15px 5px rgba(0, 0, 0, 0.16)
position: relative

.page-top-badge
Expand Down
Loading

0 comments on commit fe367ef

Please sign in to comment.