WIP: Fiddling with web presentation.

This commit is contained in:
Sergio Martínez Portela 2022-04-29 10:26:59 +02:00
parent 8bb2c0dbcd
commit 09cfed5fdd
2 changed files with 6 additions and 4 deletions

View file

@ -4,8 +4,8 @@ body {
}
.node .node {
margin: 1ex;
padding: 0 0.5ex 0.1ex 1ex;
margin: 1ex 0.5ex 1ex 0.5ex;
padding: 0 0 0.1ex 1ex;
box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.3);
border-radius: 4px;
}
@ -36,7 +36,7 @@ li .tag {
}
li .tag::after {
content: ": ";
content: ":: ";
}
.text {