Commit 3d49174d by lmf

优化底部订阅框适配各种屏幕

parent a8e0927a
......@@ -87,10 +87,12 @@
}
.newsletter-list > span {
text-transform: uppercase;
line-height: 80px;
font-size: smaller;
line-height: 10px;
font-size: xx-small;
color: #ffffff;
font-weight: 600;
display: inline-block;
vertical-align: middle;
margin-top: 10%;
}
.newsletter-list.ins {
width: 35%;
......@@ -110,6 +112,9 @@
margin-left: 2px;
width: 50px;
}
@media(max-width:1024px) {
}
@media(max-width:789px) {
.newsletter-list {
width: 100%;
......@@ -158,6 +163,16 @@
border-radius: 50%;
}
}
@media(max-width:1024px) and (min-width:768px) {
.block.newsletter{
width: 90%;
max-width: 90%;
}
.newsletter-list > span {
margin-top: 15%;
}
}
@media(max-width:1280px) {
.actions .subscribe {
width: 33%;
......
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