thesis script
This commit is contained in:
parent
dcdd26de82
commit
5715733a40
5 changed files with 53 additions and 21 deletions
|
|
@ -312,12 +312,20 @@ blockquote u {
|
|||
font-size: var(--fs-small);
|
||||
}
|
||||
|
||||
.these {
|
||||
.p-these {
|
||||
font-weight: 500;
|
||||
}
|
||||
.p-these strong {
|
||||
text-transform: uppercase;
|
||||
display: inline-block;
|
||||
min-width: 20mm;
|
||||
font-weight: bold;
|
||||
font-size: var(--fs-small);
|
||||
letter-spacing: 0.05rem;
|
||||
}
|
||||
|
||||
.p-these-last {
|
||||
margin-bottom: calc(var(--baseline) * 1);
|
||||
border-left: 4px solid #efefef;
|
||||
-webkit-box-decoration-break: clone;
|
||||
box-decoration-break: clone;
|
||||
padding-left: calc(var(--indent) * 0.5);
|
||||
}
|
||||
|
||||
ol[type="1"] {
|
||||
|
|
@ -436,7 +444,7 @@ ol[type="1"]::after {
|
|||
#section__content h5 {
|
||||
font-weight: normal;
|
||||
font-size: 1em;
|
||||
line-height: calc(var(--baseline) * 1);
|
||||
line-height: calc(var(--baseline) * 0.75);
|
||||
position: relative;
|
||||
margin-top: calc(var(--baseline) * 1);
|
||||
padding-bottom: calc(var(--baseline) * 0.25);
|
||||
|
|
@ -451,7 +459,7 @@ ol[type="1"]::after {
|
|||
#section__content h6 {
|
||||
font-weight: normal;
|
||||
font-size: 1em;
|
||||
line-height: calc(var(--baseline) * 1);
|
||||
line-height: calc(var(--baseline) * 0.75);
|
||||
position: relative;
|
||||
margin-top: calc(var(--baseline) * 1);
|
||||
padding-left: 10mm;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue