Skip to content

Commit

Permalink
minor css tweaks for mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianswebworld authored Aug 2, 2023
1 parent 042c95c commit a40e8a1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions templates/default/css/template_style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
@media (max-width: 1000px) {
#ttxContainer {
margin: 0.5em 0px !important;
}
#ttxPage {
width: 100%;
margin: 0 !important;
padding: 4px 0px 4px 0px !important;
float: none;
text-align: center;
display: inline-block !important;
}
#nav {
display: block !important;
clear: both;
Expand Down

0 comments on commit a40e8a1

Please sign in to comment.