hexo-theme-keep/source/css/layout/right-side.styl

21 lines
315 B
Stylus
Raw Normal View History

@require 'variables.styl'
.right-side-container {
width: 100%;
height: auto;
margin-top: $nav-height;
.nav-container {
position: fixed;
top: 0;
2020-03-22 20:31:13 +08:00
width: 100%;
height: $nav-height;
z-index: 999;
}
.article-post-container {
background: $background-color;
padding: 30px;
}
}