Fix tabs having extra padding in mobile view (#364)

This commit is contained in:
Anthony van Winkle
2021-09-14 08:34:36 -07:00
committed by GitHub
parent 5c0ef67d14
commit 5ed666da78

View File

@@ -928,7 +928,7 @@ pre > code {
}
.tabs {
overflow: scroll;
overflow: auto;
}
.author .date {