mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-18 03:16:37 +02:00
Add project "MinervaTools"
This commit is contained in:
parent
88fab01941
commit
543e7887dd
14 changed files with 48 additions and 9 deletions
|
@ -8,7 +8,7 @@ import * as styles from "./projects.module.scss";
|
|||
|
||||
export const query = graphql`
|
||||
query GetProjects($language: String) {
|
||||
allProjectsJson(filter: { lang: { eq: $language } }) {
|
||||
allProjectsJson(filter: { lang: { eq: $language } }, sort: {fields: date, order: DESC}) {
|
||||
nodes {
|
||||
lang
|
||||
urlname
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
width: 250px;
|
||||
width: 300px;
|
||||
flex-shrink: 0;
|
||||
|
||||
.projectCardActivityIndicator {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue