enigma-bbs/docs/assets/css/style.scss

47 lines
568 B
SCSS
Raw Normal View History

---
---
@import 'jekyll-theme-hacker';
2022-02-02 00:00:27 +00:00
2022-02-04 14:51:03 +00:00
.active-nav {
font-weight: bolder;
}
2022-02-02 00:00:27 +00:00
@media (max-width: 767px) {
html {
scroll-behavior: smooth;
}
.mobile-divide {
border-top: 1px dashed #b5e853;
}
.sidebar {
order: 2;
float: none;
width: 100%;
position: relative !important;
}
.main_area {
padding-left: 0px !important;
}
#container {
display: flex;
flex-direction: column;
display:flex;
}
}
@media (min-width: 768px) {
.menu_button {
display: none;
}
.mobile-divide {
display: none;
}
}