fix: removed unused pages

This commit is contained in:
pateljannat
2021-07-15 17:01:15 +05:30
parent 47f2d3cb7b
commit 5ecae0df61
12 changed files with 4 additions and 311 deletions

View File

@@ -259,6 +259,7 @@ input[type=checkbox] {
.common-page-style {
background: #F4F5F6;
padding-bottom: 2rem;
}
.common-card-style {
@@ -353,7 +354,7 @@ input[type=checkbox] {
@media (max-width: 767px) {
.cards-parent {
grid-template-columns: repeat(auto-fill, minmax(300px, 336px));
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
-moz-column-gap: 16px;
column-gap: 16px;
row-gap: 16px;
@@ -362,7 +363,7 @@ input[type=checkbox] {
@media (max-width: 375px) {
.cards-parent {
grid-template-columns: repeat(auto-fill, minmax(100%, 312px));
grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
-moz-column-gap: 24px;
column-gap: 24px;
row-gap: 24px;