18 lines
277 B
Stylus
18 lines
277 B
Stylus
|
nav-container-height = 60px;
|
||
|
|
||
|
.right-side-container {
|
||
|
width: 100%;
|
||
|
height: auto;
|
||
|
margin-top: nav-container-height;
|
||
|
|
||
|
.nav-container {
|
||
|
width 100%
|
||
|
height nav-container-height
|
||
|
position: fixed;
|
||
|
top: 0;
|
||
|
z-index: 999;
|
||
|
}
|
||
|
|
||
|
.article-post-container {
|
||
|
}
|
||
|
}
|