From 8de13d9e771fee602584f7aeab60b76ca8b723b3 Mon Sep 17 00:00:00 2001 From: Alexander Polynomdivision Date: Sun, 26 Aug 2018 16:24:23 +0200 Subject: [PATCH] feat: Styling --- src/index.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/index.css b/src/index.css index 8eba1ad..ebf14e9 100644 --- a/src/index.css +++ b/src/index.css @@ -28,3 +28,19 @@ body { .login-btn { width: 100%; } + +.lesson-card-lg { + height: 300px; +} +.lesson-card-xs { + min-height: 300px; +} + +.lesson-card-btn { + margin-bottom: 16px; + width: 100%; +} + +.content { + padding: 16px; +}