Add Dawn of Chaos screenshots
This commit is contained in:
parent
32980958ad
commit
be2c16408c
18 changed files with 68 additions and 34 deletions
|
@ -77,27 +77,6 @@ code {
|
|||
background-color: var(--code-color);
|
||||
}
|
||||
|
||||
div.projects {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
||||
grid-auto-rows: minmax(100px, auto);
|
||||
gap: 10px;
|
||||
grid-gap: var(gap); /* fallback */
|
||||
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
font-size: 14pt;
|
||||
}
|
||||
|
||||
div.item {
|
||||
display: grid;
|
||||
text-align: center;
|
||||
align-items: center;
|
||||
border: 1pt solid #ddd;
|
||||
height: 100%;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
ul.projects {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
||||
|
@ -126,6 +105,26 @@ ul.projects a {
|
|||
background-position: center;
|
||||
}
|
||||
|
||||
ul.screenshots {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
|
||||
grid-auto-rows: minmax(150px, auto);
|
||||
gap: 10px;
|
||||
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
ul.screenshots a {
|
||||
display: grid;
|
||||
align-items: center;
|
||||
border: 1pt solid #ddd;
|
||||
height: 100%;
|
||||
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
#footer {
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue