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