Skip to content

Commit 79c8699

Browse files
authored
Merge pull request #262 from gyanranjanpanda/fix/ui-padding-navbar-spacing
fix: improve UI padding and text alignment between navbar and content
2 parents 1a62010 + 0f78fb7 commit 79c8699

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/source/_static/theme_overrides.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.wy-nav-content {
33
max-width: 100%;
44
padding: 0px 40px 0px 0px;
5-
margin-top: 0px;
5+
margin-top: 20px;
66
}
77

88
.wy-nav-content-wrap {
@@ -12,16 +12,18 @@
1212
div.rst-content {
1313
max-width: 1300px;
1414
border: 0;
15-
padding: 10px 80px 10px 80px;
15+
padding: 30px 80px 10px 80px;
1616
margin-left: 50px;
17+
line-height: 1.6;
1718
}
1819

1920
@media (max-width: 768px) {
2021
div.rst-content {
2122
max-width: 1300px;
2223
border: 0;
23-
padding: 0px 10px 10px 10px;
24+
padding: 20px 10px 10px 10px;
2425
margin-left: 0px;
26+
line-height: 1.5;
2527
}
2628
}
2729

0 commit comments

Comments
 (0)