Changeset 9905 for trunk/src/bp-templates/bp-legacy/css/twentyfourteen.scss
- Timestamp:
- 06/01/2015 04:39:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentyfourteen.scss
r9895 r9905 9 9 // font sizing etc. Media queries are used in a modular sense (OOCSS) 10 10 // rather than described as blocks to the end of the sheet, this aids ease 11 // of managing media queries, scalability & flexibility 11 // of managing media queries, scalability & flexibility. 12 12 13 13 // Twentyfourteen Media Queries / Breakpoints … … 1296 1296 } 1297 1297 1298 #invite-list {width: 120px;} 1299 .main-column {margin-left: 160px;} 1298 @media screen and (max-width: 400px) { 1299 .left-menu { 1300 float: none; 1301 1302 #invite-list { 1303 height: auto; 1304 width: auto; 1305 } 1306 } 1307 1308 .main-column { 1309 margin-left: 0; 1310 } 1311 } 1300 1312 1301 1313 li {
Note: See TracChangeset
for help on using the changeset viewer.