Skip to content
Snippets Groups Projects
Unverified Commit 77a0450b authored by syuilo's avatar syuilo
Browse files

🎨

parent 1dd1b908
No related branches found
No related tags found
No related merge requests found
......@@ -340,7 +340,7 @@ root(isDark)
display flex
justify-content center
margin 0 auto
max-width 1230px
max-width 1240px
&.withBg
background rgba(isDark ? #000 : #fff, 0.5)
......@@ -358,7 +358,7 @@ root(isDark)
> .main
padding 16px
width calc(100% - 275px * 2)
width calc(100% - 280px * 2)
order 2
> .form
......@@ -374,7 +374,7 @@ root(isDark)
border-radius 0
> *:not(.main)
width 275px
width 280px
padding 16px 0 16px 0
> *:not(:last-child)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment