Skip to content

Commit 1f51d1c

Browse files
committed
Reduction of the padding top in mobile version scala#16833
1 parent 847eccc commit 1f51d1c

File tree

1 file changed

+1
-0
lines changed
  • scaladoc/resources/dotty_res/styles/theme/layout

1 file changed

+1
-0
lines changed

scaladoc/resources/dotty_res/styles/theme/layout/content.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
@media (max-width: 768px) {
9292

9393
#content {
94+
padding-top: calc(5 * var(--base-spacing));
9495
padding-bottom: calc(6 * var(--base-spacing));
9596
}
9697

0 commit comments

Comments
 (0)