12 lines
87 B
SCSS
Raw Permalink Normal View History

2024-05-20 15:37:46 +03:00
/** === Layout === */
#page {
width: 100%;
}
.site-content {
overflow: hidden;
}