Add project "MinervaTools"

This commit is contained in:
Kevin Kandlbinder 2021-09-24 12:07:02 +00:00
parent 88fab01941
commit 543e7887dd
14 changed files with 48 additions and 9 deletions

View file

@ -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

View file

@ -11,7 +11,7 @@
display: flex;
flex-direction: column;
flex-grow: 1;
width: 250px;
width: 300px;
flex-shrink: 0;
.projectCardActivityIndicator {