微调小屏布局
This commit is contained in:
parent
0d2eb65e21
commit
d2c5a7aead
|
@ -4,7 +4,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.ptag {
|
.ptag {
|
||||||
text-align: right;
|
@media only screen and (min-width: 40.063em) {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
color: #666;
|
color: #666;
|
||||||
font-size: 95%;
|
font-size: 95%;
|
||||||
|
@ -33,7 +35,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.published-at {
|
.published-at {
|
||||||
text-align: right;
|
@media only screen and (min-width: 40.063em) {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
margin-top: 1rem;
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue