changed games page to display project entries; moved games from project page to games

This commit is contained in:
2025-07-25 11:44:06 +02:00
parent 029496d81e
commit f63d9732c6
5 changed files with 110 additions and 88 deletions

View File

@@ -273,5 +273,26 @@
0% calc(100% - var(--notch-size-small))
);
}
.project-subtitle {
color: var(--color-highlight);
font-weight: 700;
font-style: italic;
margin-top: 0;
font-family: var(--font-mono);
}
.project-banner {
width: 80%;
margin-left: auto;
margin-right: auto;
display: flex;
}
.project-icon {
float: left;
margin: 16px 16px 16px 0;
width: 20%;
}
}
</style>