Integrate nav

- other minor refactors
This commit is contained in:
geoffrey45
2022-04-14 11:30:19 +03:00
parent 90d646d674
commit 85c59b4cba
28 changed files with 266 additions and 141 deletions
+3 -3
View File
@@ -44,7 +44,7 @@ const props = defineProps<{
.a-header {
display: grid;
grid-template-columns: 13rem 1fr;
grid-template-columns: 15rem 1fr;
padding: 1rem;
height: 100%;
background-color: $gray4;
@@ -58,8 +58,8 @@ const props = defineProps<{
align-items: flex-end;
.image {
width: 12rem;
height: 12rem;
width: 14rem;
height: 14rem;
}
}