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