Added Phases to Projects
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user