Skip to content

Commit 0d66347

Browse files
committed
Correction of the value
1 parent 1f51d1c commit 0d66347

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

9393
#content {
94-
padding-top: calc(5 * var(--base-spacing));
94+
padding-top: calc(10 * var(--base-spacing));
9595
padding-bottom: calc(6 * var(--base-spacing));
9696
}
9797

0 commit comments

Comments
 (0)