moulin
This commit is contained in:
parent
c8e3ee32a9
commit
353ca5b083
6 changed files with 37 additions and 27 deletions
|
|
@ -40,8 +40,10 @@
|
|||
|
||||
h1{
|
||||
font-family: var(--font-title);
|
||||
font-weight: normal;
|
||||
font-size: 1.5rem;
|
||||
text-transform: uppercase;
|
||||
font-weight: var(--w-title);
|
||||
|
||||
font-size: 1.4rem;
|
||||
line-height: calc(var(--baseline)*1.4);
|
||||
text-align: center;
|
||||
position: relative;
|
||||
|
|
@ -65,8 +67,10 @@
|
|||
|
||||
h2{
|
||||
font-family: var(--font-title);
|
||||
font-weight: normal;
|
||||
font-size: 1.3rem;
|
||||
text-transform: uppercase;
|
||||
font-weight: var(--w-title);
|
||||
|
||||
font-size: 1.2rem;
|
||||
line-height: calc(var(--baseline)*1.2);
|
||||
|
||||
text-align: right;
|
||||
|
|
@ -82,7 +86,7 @@
|
|||
|
||||
h3{
|
||||
font-family: var(--font-sans);
|
||||
font-weight: normal;
|
||||
font-weight: var(--w-title);
|
||||
font-size: 1rem;
|
||||
line-height: calc(var(--baseline)*1);
|
||||
|
||||
|
|
@ -102,7 +106,7 @@
|
|||
|
||||
h4{
|
||||
font-family: var(--font-sans);
|
||||
font-weight: normal;
|
||||
font-weight: var(--w-title);
|
||||
font-size: 0.8rem;
|
||||
line-height: calc(var(--baseline)*1);
|
||||
|
||||
|
|
@ -111,14 +115,13 @@
|
|||
position: relative;
|
||||
margin-top: calc(var(--baseline)*0.5);
|
||||
margin-bottom: calc(var(--baseline)*0.5);
|
||||
font-weight: 500;
|
||||
|
||||
}
|
||||
|
||||
|
||||
h5{
|
||||
font-family: var(--font-sans);
|
||||
font-weight: normal;
|
||||
font-weight: var(--w-title);
|
||||
font-size: 0.7rem;
|
||||
line-height: calc(var(--baseline)*1);
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue