thesis script
This commit is contained in:
parent
dcdd26de82
commit
5715733a40
5 changed files with 53 additions and 21 deletions
|
|
@ -58,19 +58,24 @@ blockquote u{
|
|||
font-size: var(--fs-small);
|
||||
}
|
||||
|
||||
// .these + ol + p,
|
||||
// blockquote + ol + p{
|
||||
// text-indent: 0px;
|
||||
// }
|
||||
|
||||
|
||||
|
||||
.these{
|
||||
.p-these{
|
||||
font-weight: 500;
|
||||
strong{
|
||||
text-transform: uppercase;
|
||||
display: inline-block;
|
||||
min-width: $indent*2;
|
||||
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;
|
||||
box-decoration-break: clone;
|
||||
padding-left: calc(var(--indent)*0.5);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue