python/docs/css/extra.css

10 lines
157 B
CSS
Raw Normal View History

2019-03-03 08:30:47 +00:00
@media (min-width: 960px) {
html {
scroll-behavior: smooth;
}
2019-03-03 08:30:47 +00:00
.md-content__inner > ul:nth-child(5) {
display: none;
}
}