mirror of
https://github.com/felixfoertsch/wordpress-dev-env.git
synced 2026-04-22 17:22:53 +02:00
12 lines
87 B
SCSS
12 lines
87 B
SCSS
|
|
/** === Layout === */
|
|
|
|
#page {
|
|
width: 100%;
|
|
}
|
|
|
|
.site-content {
|
|
overflow: hidden;
|
|
}
|
|
|