From bc275976bcba4624de66a2fe69d147a32d50a37d Mon Sep 17 00:00:00 2001 From: CruiseDevice Date: Thu, 21 Feb 2019 17:09:05 +0530 Subject: Add Download Course button in Course Module template --- yaksh/static/yaksh/css/yakshcustom.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'yaksh/static') diff --git a/yaksh/static/yaksh/css/yakshcustom.css b/yaksh/static/yaksh/css/yakshcustom.css index 1fbb50d..1a2c45c 100644 --- a/yaksh/static/yaksh/css/yakshcustom.css +++ b/yaksh/static/yaksh/css/yakshcustom.css @@ -228,3 +228,7 @@ html { overflow-y: auto; -ms-overflow-style: -ms-autohiding-scrollbar; } + +#card{ + flex-wrap: wrap; +} \ No newline at end of file -- cgit