mirror of
https://github.com/Rushilwiz/dear-anon.git
synced 2025-04-20 04:00:15 -04:00
12 lines
87 B
SCSS
12 lines
87 B
SCSS
|
|
/** === Layout === */
|
|
|
|
#page {
|
|
width: 100%;
|
|
}
|
|
|
|
.site-content {
|
|
overflow: hidden;
|
|
}
|
|
|