11 lines
159 B
SCSS
11 lines
159 B
SCSS
.tech-content-container {
|
|
overflow-y: visible;
|
|
padding: 1rem;
|
|
background: #fff;
|
|
}
|
|
|
|
.tech-layout-container {
|
|
position: relative;
|
|
min-height: 100vh;
|
|
}
|