mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
switch financials section to rem
This commit is contained in:
parent
969544da7f
commit
10baf9f7ff
1 changed files with 3 additions and 4 deletions
|
@ -209,7 +209,6 @@ h4 {
|
|||
}
|
||||
|
||||
h2 {
|
||||
font-size: 52px;
|
||||
margin-bottom: 72px;
|
||||
line-height: 64px;
|
||||
}
|
||||
|
@ -244,8 +243,8 @@ h4 {
|
|||
|
||||
p {
|
||||
text-align: left;
|
||||
line-height: 24px;
|
||||
font-size: 16px;
|
||||
line-height: 1.5rem;
|
||||
font-size: 1rem;
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -263,7 +262,7 @@ h4 {
|
|||
margin-top: 52px;
|
||||
|
||||
p {
|
||||
font-size: 20px;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue