Lines Matching refs:width
4 @media screen and (max-width: 1000px) {
5 .container, .header { width: 90% !important; }
6 .left, .right { width: 20%; }
7 .middle { width: 55% }
11 @media screen and (max-width: 800px) {
12 .container, .header, .left, .middle, .right, .headerpadding { width: 97% !important; }
16 .footer { width: 90%; }
38 @media screen and (max-width: 480px){
42 max-width: 100%; min-width: unset;
47 width: 100%; clear: both; float: none;
52 #config__manager td { display: block; padding: 1.15em 0px; max-width: 50%; }
54 #config__manager fieldset { width: 100%; box-sizing: border-box; }
56 #config__manager fieldset td.value { width: unset; }
58 /* make <select> not exceed it's parent div's width */
60 div.input { display: flex; } select { width: 100%; flex-shrink: 1; }
65 max-width: 100%;
66 width: unset;