thesis script
This commit is contained in:
parent
dcdd26de82
commit
5715733a40
5 changed files with 53 additions and 21 deletions
|
|
@ -97,9 +97,7 @@
|
|||
line-height: calc(var(--baseline)*1.4);
|
||||
margin-top: 4mm;
|
||||
padding-bottom: 4mm;
|
||||
hyphens: auto;
|
||||
|
||||
|
||||
hyphens: auto;
|
||||
|
||||
&::before{
|
||||
display: block;
|
||||
|
|
@ -152,7 +150,7 @@
|
|||
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);
|
||||
|
|
@ -169,7 +167,7 @@
|
|||
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: $indent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue