mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-07 10:34:46 -04:00
Bug fix for layout problem in German subscribe for #2409
A small fix adjusting the font sizes.
This commit is contained in:
parent
fac48752fa
commit
e66d94c59f
1 changed files with 7 additions and 0 deletions
|
@ -200,3 +200,10 @@ body[lang='fr']
|
|||
|
||||
#subscribe-modal .comparison-table tbody
|
||||
font-size: 13px
|
||||
|
||||
body[lang='de-DE']
|
||||
#subscribe-modal .comparison-blurb
|
||||
font-size: 16px
|
||||
|
||||
#subscribe-modal .comparison-table tbody
|
||||
font-size: 12px
|
||||
|
|
Loading…
Add table
Reference in a new issue