Collapse two-column options on smaller screens

This commit is contained in:
toasted-nutbread 2019-09-05 18:45:42 -04:00
parent 2e87cd72bc
commit fb8cb3db43

View File

@ -49,6 +49,16 @@
[data-browser=firefox-mobile] [data-show-for-browser~=firefox-mobile] {
display: initial;
}
@media screen and (max-width: 740px) {
.col-xs-6 {
float: none;
width: 100%;
}
.col-xs-6+.col-xs-6 {
margin-top: 15px;
}
}
</style>
</head>
<body>