fix: bottom padding missing unit (#765)
This commit is contained in:
@@ -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}>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user