title size
This commit is contained in:
parent
a2b9a95945
commit
b07030da8a
2 changed files with 6 additions and 6 deletions
|
|
@ -57,7 +57,7 @@
|
|||
text-transform: uppercase;
|
||||
font-weight: var(--w-title);
|
||||
|
||||
font-size: 1.4rem;
|
||||
font-size: 1.3rem;
|
||||
line-height: calc(var(--baseline)*1.4);
|
||||
text-align: center;
|
||||
position: relative;
|
||||
|
|
@ -84,11 +84,11 @@
|
|||
text-transform: uppercase;
|
||||
font-weight: var(--w-title);
|
||||
|
||||
font-size: 1.2rem;
|
||||
font-size: 1.1rem;
|
||||
line-height: calc(var(--baseline)*1.2);
|
||||
|
||||
text-align: right;
|
||||
padding-left: 3ch;
|
||||
padding-left: 4ch;
|
||||
position: relative;
|
||||
margin-top: calc(var(--baseline)*1 + 9px);
|
||||
padding-bottom: calc(var(--baseline)*1);
|
||||
|
|
|
|||
|
|
@ -292,7 +292,7 @@ blockquote + ol + p {
|
|||
font-family: var(--font-title);
|
||||
text-transform: uppercase;
|
||||
font-weight: var(--w-title);
|
||||
font-size: 1.4rem;
|
||||
font-size: 1.3rem;
|
||||
line-height: calc(var(--baseline) * 1.4);
|
||||
text-align: center;
|
||||
position: relative;
|
||||
|
|
@ -312,10 +312,10 @@ blockquote + ol + p {
|
|||
font-family: var(--font-title);
|
||||
text-transform: uppercase;
|
||||
font-weight: var(--w-title);
|
||||
font-size: 1.2rem;
|
||||
font-size: 1.1rem;
|
||||
line-height: calc(var(--baseline) * 1.2);
|
||||
text-align: right;
|
||||
padding-left: 3ch;
|
||||
padding-left: 4ch;
|
||||
position: relative;
|
||||
margin-top: calc(var(--baseline) * 1 + 9px);
|
||||
padding-bottom: calc(var(--baseline) * 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue