add itch.io links and screenshots
This commit is contained in:
parent
0709630d80
commit
3d327d4f7b
18 changed files with 104 additions and 18 deletions
|
@ -12,7 +12,7 @@ body {
|
|||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
font-family: Catamaran, sans-serif;
|
||||
max-width: 40em;
|
||||
max-width: 50em;
|
||||
margin: auto;
|
||||
padding: 0.5rem;
|
||||
hyphens: auto;
|
||||
|
@ -33,6 +33,10 @@ header .subtitle {
|
|||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.big-container {
|
||||
display: block;
|
||||
padding: 1rem;
|
||||
|
@ -182,3 +186,10 @@ a:hover {
|
|||
border-color: #5f5f5f;
|
||||
}
|
||||
}
|
||||
|
||||
.screenshot-grid {
|
||||
display:grid;
|
||||
grid-template-columns: auto auto auto;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue