Skip to content

Commit

Permalink
Bump version 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 committed Dec 6, 2022
1 parent 8f565ec commit c0faca0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ansys_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from ansys_sphinx_theme.latex import generate_404 # noqa: F401

__version__ = "0.7.3"
__version__ = "0.7.4"

# get location of this directory
_this_path = os.path.dirname(os.path.realpath(__file__))
Expand Down
4 changes: 2 additions & 2 deletions src/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -665,8 +665,8 @@ Navigation column (according to side column)
.col-lg-9 {
flex: 0 0 80%;
max-width: 80%;
padding-right: 25px;
padding-left: 40px;
padding-right: 5px;
padding-left: 20px;
}

/*
Expand Down

0 comments on commit c0faca0

Please sign in to comment.