fix:styles

This commit is contained in:
shenyu
2019-12-05 22:17:35 +08:00
parent ad3e197395
commit b7dd081c74
7 changed files with 23 additions and 20 deletions

View File

@@ -27,6 +27,7 @@
h1
font-size 8rem
margin 0
opacity .95
h2
font-size 3rem
margin .5rem 0 1.5rem
@@ -58,11 +59,13 @@
right 50px
z-index 9
text-align center
transform scale(1.2)
// Media Query
@media (max-width: 768px)
.cover-inner
transform: translate(-50%, -70%);
transform translate(-50%, -70%);
width 100%
h1
font-size 6rem
h2