chore: adjust project order

This commit is contained in:
2022-08-09 19:31:13 -04:00
parent dfd2a67b53
commit 6d66ad5781
3 changed files with 22 additions and 9 deletions

View File

@@ -46,10 +46,18 @@ const height = forceheight ?? "auto";
height: v-bind(height);
border: 0.5rem solid v-bind(color);
border-radius: 0.5rem;
transition: transform 0.2s ease;
box-shadow: 0 0.1rem 0.5rem 0 gray;
}
.container:hover,
.container:active {
transform: scale(1.05);
}
html.dark .container {
border: 0.5rem solid v-bind(darkcolor);
box-shadow: 0 0.1rem 0.5rem 0 black;
}
.main-content {