generated from darkicewolf50/ssg-sveltekit-template
feat(projects): fixed minor placement issues and removing excess proejcts from being shown
This commit is contained in:
@ -102,6 +102,7 @@
|
|||||||
div div ul div {
|
div div ul div {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
gap: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
let { independent_page = true, techTablePromise = null } = $props();
|
let { independent_page = true, techTablePromise = null } = $props();
|
||||||
|
|
||||||
let limitProjects = $derived(independent_page ? 0 : 8);
|
let limitProjects = $derived(independent_page ? 0 : 6);
|
||||||
|
|
||||||
let projectsPromise = $state(null);
|
let projectsPromise = $state(null);
|
||||||
let techPromise = $state(null);
|
let techPromise = $state(null);
|
||||||
@ -171,5 +171,6 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
column-gap: 1svw;
|
column-gap: 1svw;
|
||||||
|
justify-content: space-evenly;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Reference in New Issue
Block a user