mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2025-02-17 17:01:12 -05:00
Merge pull request #50 from chrisgarrity/master
localization css changes
This commit is contained in:
commit
60e5f35caa
2 changed files with 2 additions and 2 deletions
|
@ -606,8 +606,8 @@ div.infoboxShareButton {
|
|||
font-size: 15pt;
|
||||
letter-spacing: .5px;
|
||||
width: ${css_vw(23.41)};
|
||||
min-height: ${css_vh(5.21)};
|
||||
padding-top: ${css_vh(1.56)};
|
||||
padding-bottom: ${css_vh(1.56)};
|
||||
padding-left: ${css_vw(.5)};
|
||||
padding-right: ${css_vw(.5)};
|
||||
border-radius: 15px;
|
||||
|
|
|
@ -18,7 +18,7 @@ body {
|
|||
padding-bottom: ${css_vh(1.64)};
|
||||
margin-left: ${css_vh(15.95)};
|
||||
margin-top: ${css_vh(9.87)};
|
||||
width: ${css_vh(36.18)};
|
||||
width: ${css_vh(46.18)};
|
||||
font-size: ${css_vh(2.75)};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue