fixed scaling issues
This commit is contained in:
parent
079161328e
commit
9be496f633
|
|
@ -16,13 +16,12 @@ html {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #E3E3E3;
|
background-color: #E3E3E3;
|
||||||
color: #191919;
|
color: #191919;
|
||||||
font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
|
font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-width: 320px;
|
margin-bottom: 168px;
|
||||||
margin-bottom: 168px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:focus-visible {
|
:focus-visible {
|
||||||
|
|
|
||||||
|
|
@ -324,6 +324,7 @@ body {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
|
min-width: 700px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Loading…
Reference in New Issue