This commit is contained in:
parent
375a6f2129
commit
e23fe94240
1 changed files with 3 additions and 3 deletions
|
@ -17,9 +17,9 @@ html {
|
||||||
-webkit-text-size-adjust: 100%;
|
-webkit-text-size-adjust: 100%;
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
font-family: "Open Sans", sans-serif;
|
font-family: "Open Sans", sans-serif;
|
||||||
transform: scale(0.9);
|
transform: scale(0.85);
|
||||||
transform-origin: 0 0;
|
transform-origin: 0 0;
|
||||||
width: 111%;
|
width: 117.5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -539,7 +539,7 @@ textarea {
|
||||||
.feature-icon {
|
.feature-icon {
|
||||||
margin: 0.6rem;
|
margin: 0.6rem;
|
||||||
margin-right: 1.2rem;
|
margin-right: 1.2rem;
|
||||||
font-size: 2.8rem;
|
font-size: 2rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue