yellowcab/static/css/gen.css

33 lines
354 B
CSS

@media (max-width:535px) {
.mm {
width:100%;
margin:0;
}
iframe {
width:100%;
}
}
@media (min-width:536px) {
.mm {
width:fit-content;
width:-moz-fit-content;
margin:0 auto;
}
}
.mm h2 {
margin:0;
}
.s {
width:100%;
margin-top:3px;
margin-bottom:3px;
}
#code {
width:380px;
height:80px;
resize:none;
}