1
0
forked from nat/webbed-site

add thought, fix css

This commit is contained in:
gnat
2024-08-09 20:21:40 -07:00
parent 2b4ec2c041
commit 1d091570c8
6 changed files with 28 additions and 2 deletions

View File

@ -141,6 +141,10 @@ section {
margin: 15px 30px;
padding: 20px;
> details[open] > summary {
padding-bottom: 5px;
}
> p {
margin: 5px 0;
}
@ -149,7 +153,7 @@ section {
margin: 10px 0;
}
.ignore-section {
&.ignore-section {
background: var(--bg);
box-shadow: none;
margin: 0;