[O] Style Life tab
This commit is contained in:
@@ -31,6 +31,8 @@ export default class About extends Vue
|
|||||||
#About
|
#About
|
||||||
width: min(600px, 80vw)
|
width: min(600px, 80vw)
|
||||||
margin: auto
|
margin: auto
|
||||||
|
padding-bottom: 100px
|
||||||
|
padding-top: 20px
|
||||||
|
|
||||||
.emoji
|
.emoji
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
|
|||||||
+3
-12
@@ -99,10 +99,7 @@ export default class Blog extends Vue
|
|||||||
@import "src/css/colors"
|
@import "src/css/colors"
|
||||||
|
|
||||||
#Blog
|
#Blog
|
||||||
background: #fdf9f1
|
margin: 20px auto
|
||||||
margin: 20px auto 0
|
|
||||||
border-radius: 50px 50px 0 0
|
|
||||||
padding: 20px
|
|
||||||
font-size: 0.8em
|
font-size: 0.8em
|
||||||
width: min(450px, 80vw)
|
width: min(450px, 80vw)
|
||||||
|
|
||||||
@@ -112,7 +109,7 @@ export default class Blog extends Vue
|
|||||||
|
|
||||||
.post
|
.post
|
||||||
width: 100%
|
width: 100%
|
||||||
background: #f9f2e0
|
background: #fdf9f1
|
||||||
border-radius: 20px
|
border-radius: 20px
|
||||||
margin-bottom: 20px
|
margin-bottom: 20px
|
||||||
padding: 12px 20px 8px
|
padding: 12px 20px 8px
|
||||||
@@ -170,7 +167,7 @@ export default class Blog extends Vue
|
|||||||
background-repeat: no-repeat
|
background-repeat: no-repeat
|
||||||
background-position: center
|
background-position: center
|
||||||
|
|
||||||
margin-right: 10px
|
margin-right: 2px
|
||||||
|
|
||||||
.img:last-child
|
.img:last-child
|
||||||
margin-right: 0
|
margin-right: 0
|
||||||
@@ -200,12 +197,6 @@ export default class Blog extends Vue
|
|||||||
// Phone layout
|
// Phone layout
|
||||||
@media screen and (max-width: 570px)
|
@media screen and (max-width: 570px)
|
||||||
#Blog
|
#Blog
|
||||||
border-radius: 0
|
|
||||||
padding: 0
|
|
||||||
background: unset
|
|
||||||
margin: 20px 20px 0
|
margin: 20px 20px 0
|
||||||
width: unset
|
width: unset
|
||||||
|
|
||||||
.post
|
|
||||||
background-color: #fdf9f1
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user