Skip to content

Commit 75b91af

Browse files
Changes done in css
1 parent f555bd3 commit 75b91af

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

NFT Preview Card Component/styles.css

+2-12
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,6 @@
1818
--white: hsl(0, 0%, 100%);
1919
}
2020

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-
3321
body {
3422
font-family: "Outfit", sans-serif;
3523
font-size: 18px;
@@ -47,6 +35,7 @@ body {
4735

4836
.container .main-image {
4937
position: relative;
38+
max-width: 100%;
5039
}
5140

5241
.container .main-image div {
@@ -120,6 +109,7 @@ body {
120109
.container .avatar p span {
121110
color: var(--white);
122111
font-weight: 1000;
112+
123113
}
124114

125115
.container .avatar p span:hover {

0 commit comments

Comments
 (0)