Skip to content

Commit

Permalink
PrimaryCDN : add Feature styles
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-Mehdi committed Feb 26, 2024
1 parent fe1ad9e commit a0a91cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Modules/--PrimaryCDN--/HC-Styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,16 @@

/* End Footer */

/* Feature */
.hc-feature {
width: 100%;
height: 600px;
background-color: #F2F2F2;
border-radius: 15px;
padding: 20px;
}
/* End Feature */

/* Responsive Options */
@media screen and (max-width: 1200px) {

Expand Down
4 changes: 2 additions & 2 deletions Modules/Feature/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ body, html {
/* end trash */


/* [YOUR SECTION] */
/* Feature */
.hc-feature {
width: 100%;
height: 600px;
background-color: #F2F2F2;
border-radius: 15px;
padding: 20px;
}
/* End [YOUR SECTION] */
/* End Feature */


/* Responsive Options */
Expand Down

0 comments on commit a0a91cf

Please sign in to comment.