Skip to content

Commit

Permalink
v0.1.20: update padding around app body to dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
vahidzee committed Apr 3, 2024
1 parent 7518361 commit d9f957f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion webifier/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = 'v0.1.19'
__version__ = 'v0.1.20'
3 changes: 3 additions & 0 deletions webifier/jekyll/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,14 @@ footer {
@media only screen and (max-width: 1400px) {
.app-content {
max-width:95%;
padding: 1vh 0;
}
}

@media only screen and (max-width: 1200px) {
.app-content {
max-width:100%;
padding: 0;

}
}

0 comments on commit d9f957f

Please sign in to comment.