lines in the sand
This commit is contained in:
parent
6c66721809
commit
2ed5b5cbae
1 changed files with 3 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue