Skip to content

Commit

Permalink
Merge pull request #69 from tokk-nv/main
Browse files Browse the repository at this point in the history
Rectify CSS for smaller width window
  • Loading branch information
tokk-nv authored Jan 18, 2024
2 parents e6c3c5a + 413e31a commit fb4de1a
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions docs/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
display:flex;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
margin-right:-15px;
margin-left:-15px
/* margin-right:-15px;
margin-left:-15px */
}

.justify-content-center {
Expand Down Expand Up @@ -140,8 +140,7 @@
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
padding: 15px;
}

@media (min-width: 576px) {
Expand All @@ -151,30 +150,25 @@
max-width: 50%;
}
}
@media (min-width: 992px) {
.col-lg-4 {
@media (min-width: 720px) {
.col-lg-3 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
}
@media (min-width: 720px) {
.col-lg-3 {
@media (min-width: 992px) {
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
}
@media (min-width: 992px) {
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
}
.mb-4, .my-4 {
margin-bottom: 1.5rem!important;
}

.bg-white{background-color:#fff!important}
.px-4{padding-left:1.5rem!important}
Expand Down Expand Up @@ -244,11 +238,13 @@

.feature-box {
text-align: left;
display:flex;
justify-content: center!important;
}

.feature-box a{
height: 300px;
max-width: 320px;
width: 320px;
}

.feature-box a i {
Expand Down

0 comments on commit fb4de1a

Please sign in to comment.