Test a card-based style.

This commit is contained in:
Sergio Martínez Portela 2022-01-08 01:14:37 +01:00
parent 89e5b19592
commit 629d862a38

View File

@ -6,7 +6,12 @@ body {
.node .node { .node .node {
margin: 1ex; margin: 1ex;
padding-left: 1ex; padding-left: 1ex;
border-left: 3px solid #888; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
border-radius: 4px;
}
h1,h2,h3,h4,h5,h6 {
margin-top: 0;
} }
h1.title .state { h1.title .state {