fixed scaling issues

This commit is contained in:
Thomas G 2022-08-08 01:56:07 +10:00
parent 079161328e
commit 9be496f633
3 changed files with 6 additions and 6 deletions

View File

@ -16,13 +16,12 @@ html {
body {
background-color: #E3E3E3;
color: #191919;
font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
font-size: 16px;
color: #191919;
font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
font-size: 16px;
width: 100%;
height: 100%;
min-width: 320px;
margin-bottom: 168px;
height: 100%;
margin-bottom: 168px;
}
:focus-visible {

View File

@ -324,6 +324,7 @@ body {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
min-width: 700px;
margin-bottom: 0px;
padding-bottom: 0px;
height: 100%;

BIN
public/img/arkot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB