mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
add games
This commit is contained in:
parent
bc615894d8
commit
c8c5d5f6d8
20 changed files with 308 additions and 9 deletions
|
@ -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: "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue