mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
9 lines
157 B
CSS
9 lines
157 B
CSS
@media (min-width: 960px) {
|
|
html {
|
|
scroll-behavior: smooth;
|
|
}
|
|
|
|
.md-content__inner > ul:nth-child(5) {
|
|
display: none;
|
|
}
|
|
}
|