|
@require 'variables.styl'
|
|
|
|
.right-side-container {
|
|
|
|
width: 100%;
|
|
height: auto;
|
|
margin-top: $nav-height;
|
|
|
|
.nav-container {
|
|
position: fixed;
|
|
top: 0;
|
|
width: 100%;
|
|
height: $nav-height;
|
|
z-index: 999;
|
|
}
|
|
|
|
.article-post-container {
|
|
background: $background-color;
|
|
padding: 30px;
|
|
}
|
|
} |