Skip to content

Commit

Permalink
CarInfo.css: fix truncated text in menu buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCAFEDECAF committed Nov 18, 2024
1 parent aad8abe commit ec42a9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VanLiveConnect/CarInfo.css.ino
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ body
top:100px;
width:920px;
height:410px;
font-size:50px;
font-size:45px;
text-align:center;
line-height:150%;
}
Expand All @@ -384,7 +384,7 @@ body
border-radius:15px;
border-color:var(--disabled-element-color);
text-align:center;
font-size:37px;
font-size:35px;
line-height:1.1;
margin:auto;
width:700px; /* Default, e.g. for items in a menu */
Expand Down
Binary file modified VanLiveConnect/data/CarInfo.css.gz
Binary file not shown.

0 comments on commit ec42a9f

Please sign in to comment.