lines in the sand

This commit is contained in:
j 2023-08-22 17:42:40 +02:00
parent 6c66721809
commit 2ed5b5cbae

View file

@ -44,7 +44,7 @@ header {
.index { .index {
.item { .item {
//border-bottom: 1px solid blueviolet; border-bottom: 1px solid blueviolet;
padding-bottom: 4px; padding-bottom: 4px;
margin-bottom: 8px; margin-bottom: 8px;
@ -57,7 +57,7 @@ header {
font-size: 16px; font-size: 16px;
} }
h2 { h2 {
border-bottom: 1px solid pink; //border-bottom: 1px solid pink;
font-size: 18px; font-size: 18px;
font-weight: bold; font-weight: bold;
} }
@ -107,6 +107,7 @@ header {
h2 { h2 {
font-size: 16px; font-size: 16px;
font-weight: initial; font-weight: initial;
border-bottom: none;
} }
.comments { .comments {
text-align: right; text-align: right;
@ -125,9 +126,6 @@ header {
padding-left: 4px; padding-left: 4px;
padding-right: 4px; padding-right: 4px;
} }
h2 {
border-bottom: none;
}
} }
} }
} }