add pig to chill block

This commit is contained in:
2024-05-21 01:32:40 +02:00
parent 82f18dd24a
commit 8d540c16b8
3 changed files with 102 additions and 2 deletions
@@ -116,4 +116,13 @@
padding: .6rem 0;
max-width: var(--size-width-p);
}
hr {
margin: 2rem auto;
max-width: var(--size-width-p);
border: none;
height: 1px;
background: var(--color-text);
opacity: .2;
}
}