asiaH1/assets/stylesheets/template/base/_autobackup.bak

18 lines
261 B
Plaintext
Raw Normal View History

2021-04-19 01:56:04 +00:00
.response-content {
position: relative;
@media (min-width: $screen-sm) {
width: 100%;
}
@media (min-width: $screen-md) {
width: 970px;
}
@media (min-width: $screen-lg) {
width: 1100px;
}
}
.response-content {
justify-self: auto;
2021-05-03 01:58:14 +00:00
}