changed games page to display project entries; moved games from project page to games
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user