Commit 8b1518ca by lmf

同上优化

parent 3d49174d
......@@ -88,11 +88,11 @@
.newsletter-list > span {
text-transform: uppercase;
line-height: 10px;
font-size: xx-small;
color: #ffffff;
display: inline-block;
vertical-align: middle;
margin-top: 10%;
font-size: smaller;
}
.newsletter-list.ins {
width: 35%;
......@@ -112,9 +112,7 @@
margin-left: 2px;
width: 50px;
}
@media(max-width:1024px) {
}
@media(max-width:789px) {
.newsletter-list {
width: 100%;
......@@ -163,6 +161,13 @@
border-radius: 50%;
}
}
@media(min-width:1440px){
.newsletter-list > span {
font-weight: 600;
font-size: inherit;
}
}
@media(max-width:1024px) and (min-width:768px) {
.block.newsletter{
width: 90%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment