/** Tablet Modes **/
@media only screen and (min-width: 48rem) and (max-width: 60rem) {
pos-1 {width: 25%;}
pos-2 {width: 50%;}
pos-3 {width: 25%;}
}
/** Small Screen Mobile Modes **/
@media only screen and (max-width: 30rem) {
pos-1 {width: 10%;}
pos-2 {width: 60%;}
pos-3 {width: 30%;}
}
@include breakpoint(large-desktop-range) {
sidebar-a {width: 10%;}
sidebar-a {width: 37%;}
pagecontent {width: 53%;}
}
@include breakpoint(large-desktop-range) {
sidebar-a {width: 10%;}
sidebar-a {width: 37%;}
pagecontent {width: 53%;}
}
The following users have thanked you: Laurent BRIERE
<div class="g-grid">
<div id="sidebara" class="g-block size-23"></div>
<div id="zonearticle" class="g-block size-52"></div>
<div id="sidebarb" class="g-block size-25"></div>
</div>
@include breakpoint(large-desktop-range) {
#sidebara {width: 10%;flex : 0 1 10%;}
#sidebarb {width: 37%;flex : 0 1 37%;}
#zonearticle {width: 53%;flex : 0 1 53%;}
}
Time to create page: 0.068 seconds