mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Currently, when a message is shown at the top or in users and groups page, The top margin is too short. Increase it to 25px from 5px. Also: - Don't use the .thumbnail class for containers as this does not match the semantics. Create and use class .contain-container. - Also create class .card-container for all container containing cards. Unused for now. - Indentation fixes. - Remove duplicated rule. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>