fix: bottom padding missing unit (#765)

This commit is contained in:
Zainab Amir
2023-03-01 19:42:56 +05:00
committed by GitHub
parent 1a61ba3cc7
commit f291efc428
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ const RecommendationsPage = (props) => {
{ siteName: getConfig().SITE_NAME })}
</title>
</Helmet>
<div className="d-flex flex-column vh-100">
<div className="d-flex flex-column vh-100 bg-light-200">
<div className="mb-2">
<div className="col-md-12 small-screen-top-stripe medium-screen-top-stripe extra-large-screen-top-stripe" />
<Hyperlink destination={getConfig().MARKETING_SITE_BASE_URL}>

View File

@@ -1,6 +1,6 @@
.card-list {
padding-left: 0.0625rem;
padding-bottom: 0.125;
padding-bottom: 0.125rem;
@include media-breakpoint-down(xl) {
overflow-x: scroll;
overflow-y: hidden;