Reaperxxxx commited on
Commit
245f96c
·
verified ·
1 Parent(s): db10dfa

Update docs.html

Browse files
Files changed (1) hide show
  1. docs.html +4 -4
docs.html CHANGED
@@ -662,11 +662,11 @@
662
 
663
  /* NFT Styles */
664
  .nfts-section {
665
- background: var(--theme-nft-bg-image, none), /* optional image */
666
  linear-gradient(135deg, var(--theme-bg-secondary) 0%, var(--theme-bg-tertiary) 100%);
667
- background-size: cover;
668
- background-position: center;
669
- background-repeat: no-repeat;
670
  border: 1px solid var(--theme-primary);
671
  border-radius: 10px;
672
  padding: 15px;
 
662
 
663
  /* NFT Styles */
664
  .nfts-section {
665
+ background: var(--theme-nft-bg-image, none),
666
  linear-gradient(135deg, var(--theme-bg-secondary) 0%, var(--theme-bg-tertiary) 100%);
667
+ background-size: contain; /* entire image fits inside the section */
668
+ background-position: center; /* center the image */
669
+ background-repeat: no-repeat; /* no tiling */
670
  border: 1px solid var(--theme-primary);
671
  border-radius: 10px;
672
  padding: 15px;