From aec69e96cbafdb2d511d1f3c43e0756d43dc8663 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Tue, 19 Oct 2021 19:09:42 +0530 Subject: [PATCH] fix: style for certificate button and card responsive --- community/public/css/style.css | 4 ++-- community/www/courses/certificate.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/community/public/css/style.css b/community/public/css/style.css index d5f55790..197d6559 100644 --- a/community/public/css/style.css +++ b/community/public/css/style.css @@ -124,7 +124,7 @@ input[type=checkbox] { .course-card-content { width: 100%; - padding: 0px 24px 20px; + padding: 0px 1rem 1.25rem; } @media (max-width: 350px) { @@ -161,7 +161,7 @@ input[type=checkbox] { } .course-instructor { - margin: 0px 8px; + margin-left: 8px; font-size: 12px; line-height: 135%; color: var(--text-color); diff --git a/community/www/courses/certificate.html b/community/www/courses/certificate.html index 879c4ab4..f4daa082 100644 --- a/community/www/courses/certificate.html +++ b/community/www/courses/certificate.html @@ -14,7 +14,7 @@ {% if certificate.student == frappe.session.user %} -