mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-24 16:17:55 -05:00
update font size and line height
This commit is contained in:
parent
579feb0f32
commit
ea83529bca
1 changed files with 3 additions and 1 deletions
|
@ -48,7 +48,8 @@ h3 {
|
|||
display: block;
|
||||
margin-bottom: ${css_vh(0.875)};
|
||||
padding: ${css_vh(2.85)};
|
||||
font-size: ${css_vh(2.85)};
|
||||
font-size: ${css_vh(3.8)};
|
||||
line-height: ${css_vh(5.7)};
|
||||
background-color: rgba(76, 151, 255, 0.15);
|
||||
}
|
||||
|
||||
|
@ -64,5 +65,6 @@ ul {
|
|||
|
||||
.description {
|
||||
font-size: ${css_vh(2.85)};
|
||||
line-height: ${css_vh(4.275)};
|
||||
margin-bottom: ${css_vh(1.3)};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue