Skip to content

Commit c0faca0

Browse files
Bump version 0.7.4
1 parent 8f565ec commit c0faca0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ansys_sphinx_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from ansys_sphinx_theme.latex import generate_404 # noqa: F401
66

7-
__version__ = "0.7.3"
7+
__version__ = "0.7.4"
88

99
# get location of this directory
1010
_this_path = os.path.dirname(os.path.realpath(__file__))

src/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,8 +665,8 @@ Navigation column (according to side column)
665665
.col-lg-9 {
666666
flex: 0 0 80%;
667667
max-width: 80%;
668-
padding-right: 25px;
669-
padding-left: 40px;
668+
padding-right: 5px;
669+
padding-left: 20px;
670670
}
671671

672672
/*

0 commit comments

Comments
 (0)