Skip to content

Commit

Permalink
adjust css to avoid occasional thin lines between g1 characters on so…
Browse files Browse the repository at this point in the history
…me browsers/resolutions
  • Loading branch information
fabianswebworld authored Aug 1, 2023
1 parent 45ab57f commit 042c95c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/ttxweb_ttx.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
float: none !important;
text-align: center;
padding: 0;
margin: 1em -14px;
}
#ttxPage {
width: 100%;
margin: 0 !important;
padding: 2px 0px 2px 0px;
padding: 2px 0px 2px 0px !important;
float: none;
text-align: center;
display: inline-block !important;
Expand Down Expand Up @@ -47,7 +48,7 @@
.ttxRow span {
display: inline-block;
background-repeat: no-repeat;
background-size: 103% 101%;
background-size: 103% 102%;
overflow: visible;
position: relative;
}
Expand Down

0 comments on commit 042c95c

Please sign in to comment.