python/css/extra.css

10 lines
157 B
CSS
Raw Normal View History

@media (min-width: 960px) {
html {
scroll-behavior: smooth;
2015-06-06 18:44:15 +00:00
}
.md-content__inner > ul:nth-child(5) {
display: none;
2015-06-06 18:44:15 +00:00
}
}