From 4ef34a8f63d9afa3a4dab180f1b850518ab43ce3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E7=BA=A2=E8=B1=86?= <55517494+ormissia@users.noreply.github.com> Date: Sat, 13 Mar 2021 23:37:47 +0800 Subject: Display project card technology tags (#243) * Display project card technology tags * Fix tag CSS Signed-off-by: hossainemruz Co-authored-by: Emruz Hossain --- static/css/sections/projects.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'static') diff --git a/static/css/sections/projects.css b/static/css/sections/projects.css index 48acc48..1855b27 100644 --- a/static/css/sections/projects.css +++ b/static/css/sections/projects.css @@ -29,6 +29,26 @@ padding: 1rem !important; } +.project-card-footer { + display: flex; +} + +.project-tags-holder { + width: 70%; +} + +.project-btn-holder { + width: 30%; + display: flex; + justify-content: flex-end; + flex-direction: column; +} + +.project-btn-holder span { + justify-content: flex-end; + display: flex; +} + /* ============= Device specific fixes ======= */ /* Large screens such as TV */ -- cgit v1.2.3