mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-24 20:03:44 +03:00
12 lines
155 B
SCSS
12 lines
155 B
SCSS
.widget-area {
|
|
font-size: ms( -2 );
|
|
|
|
@include breakpoint( 480px, $sm ) {
|
|
@include flex;
|
|
|
|
.widget {
|
|
width: calc( 50% - #{$grid-gutter} );
|
|
}
|
|
}
|
|
}
|