mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-23 19:33:44 +03:00
12 lines
141 B
SCSS
12 lines
141 B
SCSS
body.search {
|
|
.gutters .col-12 {
|
|
width: 100%;
|
|
}
|
|
|
|
.site-main {
|
|
margin: 0 auto;
|
|
max-width: 960px;
|
|
padding: 0 ms( 4 ) ms( 10 );
|
|
}
|
|
}
|