Skip to content

Commit 28e4e74

Browse files
committed
Make main API content more airy
1 parent fb617ea commit 28e4e74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sass/tensorly_style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ $sidebar-menu-padding: 2em 0em 1em 0em; // top right bottom left
105105
min-width: 0;
106106
}
107107
.main-content {
108-
padding: 1rem;
108+
padding: 2rem;
109109
}
110110
body {
111111
overflow-wrap: break-word;

tensorly_sphinx_theme/static/tensorly_style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8347,7 +8347,7 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
83478347
min-width: 0; }
83488348

83498349
.main-content {
8350-
padding: 1rem; }
8350+
padding: 2rem; }
83518351

83528352
body {
83538353
overflow-wrap: break-word; }

0 commit comments

Comments
 (0)