[O] Style Life tab

This commit is contained in:
Hykilpikonna
2021-12-24 23:09:34 -05:00
parent 7de73c8fd2
commit 1e0581a599
2 changed files with 5 additions and 12 deletions
+2
View File
@@ -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
View File
@@ -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>