Commit 8b1518ca by lmf

同上优化

parent 3d49174d
...@@ -88,11 +88,11 @@ ...@@ -88,11 +88,11 @@
.newsletter-list > span { .newsletter-list > span {
text-transform: uppercase; text-transform: uppercase;
line-height: 10px; line-height: 10px;
font-size: xx-small;
color: #ffffff; color: #ffffff;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
margin-top: 10%; margin-top: 10%;
font-size: smaller;
} }
.newsletter-list.ins { .newsletter-list.ins {
width: 35%; width: 35%;
...@@ -112,9 +112,7 @@ ...@@ -112,9 +112,7 @@
margin-left: 2px; margin-left: 2px;
width: 50px; width: 50px;
} }
@media(max-width:1024px) {
}
@media(max-width:789px) { @media(max-width:789px) {
.newsletter-list { .newsletter-list {
width: 100%; width: 100%;
...@@ -163,6 +161,13 @@ ...@@ -163,6 +161,13 @@
border-radius: 50%; border-radius: 50%;
} }
} }
@media(min-width:1440px){
.newsletter-list > span {
font-weight: 600;
font-size: inherit;
}
}
@media(max-width:1024px) and (min-width:768px) { @media(max-width:1024px) and (min-width:768px) {
.block.newsletter{ .block.newsletter{
width: 90%; 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