forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
90eb1753c8
commit
9a10dd4213
1 changed files with 7 additions and 4 deletions
|
@ -113,13 +113,16 @@ export default Vue.extend({
|
|||
|
||||
> div
|
||||
display flex
|
||||
max-width $width
|
||||
max-width $width + 64px
|
||||
margin 0 auto
|
||||
padding 80px 0 0 0
|
||||
padding 80px 32px 0 32px
|
||||
|
||||
> *
|
||||
margin-bottom 48px
|
||||
|
||||
> div:first-child
|
||||
margin 0 48px 0 0
|
||||
color #d1e6bf
|
||||
margin-right 48px
|
||||
color #fff
|
||||
text-shadow 0 0 12px #172062
|
||||
|
||||
> h1
|
||||
|
|
Loading…
Reference in a new issue