optimize reactive laypit

This commit is contained in:
2022-11-09 23:03:45 +01:00
parent 77a180bea6
commit 2a355adb47
5 changed files with 15 additions and 4 deletions

View File

@@ -1,8 +1,6 @@
<svg
height="1024"
id="svg8"
viewBox="0 0 270.93333 270.93334"
width="1024"
xmlns="http://www.w3.org/2000/svg"
>
<g id="layer1">

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -0,0 +1,4 @@
svg {
width: 100vh;
height: 100vh;
}

View File

@@ -78,7 +78,7 @@
align-items: center;
justify-content: center;
flex-direction: column;
font-size: 3em;
font-size: 13vh;
box-sizing: border-box;
text-shadow: 0 0 10px black, 0 0 20px black, 0 0 40px black;

View File

@@ -3,7 +3,7 @@
.list-item {
padding: 5px 20px;
display: grid;
grid-template-columns: 100px 200px auto;
grid-template-columns: 100px 150px auto;
min-height: 21px;
& > div {