Skip to content

Commit

Permalink
PrimaryCDN : add feature responsive styles
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-Mehdi committed Feb 26, 2024
1 parent a0a91cf commit 909fd7c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Modules/--PrimaryCDN--/HC-Styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
border-radius: 15px;
padding: 20px;
}

/* End Feature */

/* Responsive Options */
Expand Down Expand Up @@ -227,7 +228,16 @@
.hc-outlineBtn-lg {
height: 41px;
}

/* END BUTTONS */

/* FEATURE */
.hc-feature {
height: 100%;
}

/* END FEATURE */

}

@media screen and (max-width: 768px) {
Expand Down

0 comments on commit 909fd7c

Please sign in to comment.