Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Make it easier to change card sizes #27

Closed
mizzao opened this issue Dec 1, 2015 · 2 comments
Closed

Make it easier to change card sizes #27

mizzao opened this issue Dec 1, 2015 · 2 comments

Comments

@mizzao
Copy link
Contributor

mizzao commented Dec 1, 2015

Right now the card sizes (including font) can be only be changed by setting html { font-size: 200% }, etc. This is because of the rem units used to determine the card size, which are relative to the document root.

It seems that this could be fixed by simply using em units; then one could insert cards to a div.deck or something like that and just set .deck { font-size: whatever } using CSS. Is there anything else that might need to be changed for this?

Originally mentioned at #8 (comment).

@pakastin
Copy link
Member

pakastin commented Dec 1, 2015

Thanks, I'll investigate this!

@pakastin
Copy link
Member

This is coming in the next version!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants