style: Update truth titles, change style of hr
Center the truth titles and add a border with the body, padding accordingly. To no overload the page and maintain connection, make the hr dotted and match the color.
This commit is contained in:
parent
07d8cf42d7
commit
36be6b51ae
1 changed files with 8 additions and 2 deletions
|
@ -23,6 +23,12 @@
|
||||||
padding-bottom: 2em;
|
padding-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.individual_truth > h3 {
|
||||||
|
text-align: center;
|
||||||
|
padding-bottom: 4px;
|
||||||
|
border-bottom: slategray solid 0.15em;
|
||||||
|
}
|
||||||
|
|
||||||
.editor {
|
.editor {
|
||||||
width: calc(100% - 1.25em); /* The width is calculated *inside* the padding, so adjust for it. */
|
width: calc(100% - 1.25em); /* The width is calculated *inside* the padding, so adjust for it. */
|
||||||
height: 6eM;
|
height: 6eM;
|
||||||
|
@ -77,8 +83,8 @@
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
border: none;
|
border: none;
|
||||||
border-top: 2px solid #9ec5fe;
|
border-top: 2px dotted slategray;
|
||||||
color: #9ec5fe;
|
color: slategray;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 5px;
|
height: 5px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue