Spaces:
Running
Running
Update docs.html
Browse files
docs.html
CHANGED
|
@@ -662,11 +662,11 @@
|
|
| 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:
|
| 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;
|