add games

This commit is contained in:
zoe 2022-04-29 15:19:12 +02:00
parent bc615894d8
commit c8c5d5f6d8
20 changed files with 308 additions and 9 deletions

View file

@ -260,9 +260,12 @@ footer {
height: auto; }
#content p,
#content img,
#content img,
#content ul,
#content ol,
#content table,
#content iframe,
code,
.postdescription,
hr,
@ -270,6 +273,13 @@ hr,
margin-right: 24%;
margin-left: 24%; }
#content img,
#content iframe {
display: block;
overflow: hidden;
max-width: 52%;
max-height: 100%; }
p code {
margin-left: 0;
margin-right: 0; }
@ -449,6 +459,9 @@ input[type="checkbox"] {
align-items: center;
display: flex; }
img {
border-style: solid; }
.togglelabel::after {
left: calc(100% - 67pt);
content: "";