11 lines
177 B
SCSS
11 lines
177 B
SCSS
.tech-content-container {
|
|
overflow-y: visible;
|
|
padding: 1rem;
|
|
background: var(--tech-content-bg);
|
|
}
|
|
|
|
.tech-layout-container {
|
|
position: relative;
|
|
min-height: 100vh;
|
|
}
|