Lots of CSS fixing and added new items

This commit is contained in:
Annika Merris 2024-01-21 12:18:57 -05:00
parent 0f37f195a9
commit 599d44a86b
27 changed files with 1211 additions and 389 deletions

View file

@ -1,5 +1,5 @@
body {
min-height: 100vh;
/* min-height: 100vh; */
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 261.76 226.69"><path d="M161.096.001l-30.225 52.351L100.647.001H-.005l130.877 226.688L261.749.001z" fill="#41b883"/><path d="M161.096.001l-30.225 52.351L100.647.001H52.346l78.526 136.01L209.398.001z" fill="#34495e"/></svg>

Before

Width:  |  Height:  |  Size: 276 B

View file

@ -1,6 +1,6 @@
@import './base.css';
#app {
/* #app {
margin: 0 auto;
padding: 2rem;
font-weight: normal;
@ -28,4 +28,4 @@ a,
#app {
padding: 0 2rem;
}
}
} */