This commit is contained in:
Sense T
2024-04-08 09:37:32 +08:00
parent a67b2d7724
commit 8c0b79066f
14 changed files with 371 additions and 186 deletions

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

@@ -28,8 +28,8 @@ a,
}
#app {
display: grid;
grid-template-columns: 1fr 1fr;
padding: 0 2rem;
display: flex;
grid-template-columns: 1fr;
padding: 2rem 2rem;
}
}