1
0
Fork 0

💄 Refine styles

This commit is contained in:
nanxiaobei 2018-08-16 10:59:04 +08:00
parent 1404578d87
commit fc10d38801

View file

@ -118,7 +118,7 @@ pre, code {
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;
width: 22px; width: 20px;
height: 2px; height: 2px;
background: #000; background: #000;
} }
@ -233,6 +233,7 @@ pre, code {
} }
/* First entry */ /* First entry */
.first-entry { .first-entry {
position: relative;
min-height: calc(100vh - 65px - 80px); min-height: calc(100vh - 65px - 80px);
margin-bottom: 80px; margin-bottom: 80px;
padding-top: 12vh; padding-top: 12vh;
@ -260,11 +261,6 @@ pre, code {
color: rgba(0, 0, 0, .4); color: rgba(0, 0, 0, .4);
font-size: 18px; font-size: 18px;
} }
@media (max-width: 767px) {
.first-entry {
margin-bottom: 25px;
}
}
/* Post entry */ /* Post entry */
.post-entry { .post-entry {
position: relative; position: relative;
@ -488,7 +484,7 @@ pre, code {
.footer span:last-child { .footer span:last-child {
display: block; display: block;
} }
.footer span:nth-child(2n) { .footer span:nth-child(4) {
display: none; display: none;
} }
} }