We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f555bd3 commit 75b91afCopy full SHA for 75b91af
NFT Preview Card Component/styles.css
@@ -18,18 +18,6 @@
18
--white: hsl(0, 0%, 100%);
19
}
20
21
-img {
22
- max-width: 100%;
23
-}
24
-
25
-ul {
26
- list-style-type: none;
27
28
29
-p {
30
- font-weight: 300;
31
32
33
body {
34
font-family: "Outfit", sans-serif;
35
font-size: 18px;
@@ -47,6 +35,7 @@ body {
47
48
36
.container .main-image {
49
37
position: relative;
38
+ max-width: 100%;
50
39
51
40
52
41
.container .main-image div {
@@ -120,6 +109,7 @@ body {
120
109
.container .avatar p span {
121
110
color: var(--white);
122
111
font-weight: 1000;
112
+
123
113
124
114
125
115
.container .avatar p span:hover {
0 commit comments