Skip to content

Commit 7725e19

Browse files
Update style.css
1 parent f92c52b commit 7725e19

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

Diff for: style.css

+1-16
Original file line numberDiff line numberDiff line change
@@ -215,30 +215,15 @@ html {
215215
filter: blur(10px);
216216
}
217217

218-
/* .image img {
218+
.image img {
219219
position: absolute;
220220
top: 0;
221221
left: 50%;
222222
transform: translate(-50%);
223223
max-width: 350px;
224224
object-fit: cover;
225-
} */
226-
227-
.image img {
228-
position: absolute;
229-
top: 0;
230-
left: 50%;
231-
transform: translate(-50%);
232-
max-width: 350px; /* Set the max width */
233-
max-height: 350px; /* Set the max height */
234-
width: 100%; /* Ensure image scales within the max-width */
235-
height: 100%; /* Maintain aspect ratio */
236-
border-radius: 50%; /* Make the image circular */
237-
object-fit: cover; /* Ensure it covers the area */
238225
}
239226

240-
241-
242227
.glowing-circle .image {
243228
position: relative;
244229
width: 380px;

0 commit comments

Comments
 (0)