dh-c
Version:
The front-end development engineers jimberton gulp react component
21 lines (16 loc) • 439 B
CSS
.dh-section {
width: 100%;
position: relative;
box-sizing: border-box;
background-color: transparent; }
.dh-section-response {
width: auto; }
@media screen and (min-width: 1200px) {
.dh-section-response {
width: 1200px; } }
@media screen and (min-width: 960px) and (max-width: 1200px) {
.dh-section-response {
width: 960px; } }
@media screen and (max-width: 960px) {
.dh-section-response {
width: 100%; } }