Added Phases to Projects

This commit is contained in:
2024-02-15 22:49:09 +01:00
parent 2fc45b3ea0
commit 1a0b7288df
37 changed files with 2342 additions and 1483 deletions

View File

@@ -12,7 +12,6 @@ const viewport = useViewport()
console.log('Breakpoint updated:', oldBreakpoint, '->', newBreakpoint)
})*/
dataStore.initializeData()
useHead({
meta: [
@@ -52,10 +51,7 @@ useSeoMeta({
width: auto;
}
#contentContainer {
width: 95vw;
height: 85vh;
}
.documentList {
display: flex;
@@ -103,4 +99,18 @@ useSeoMeta({
a:hover {
color: #69c350
}
.table > div {
width: 78vw;
height: 90vh;
overflow: scroll !important;
-ms-overflow-style: none; /*!* IE and Edge *!*/
scrollbar-width: none; /*!* Firefox *!*/
}
.table > div::-webkit-scrollbar {
display: none;
}
</style>