Skip to content

Commit b8cbb51

Browse files
committed
Fixes
1 parent 4b7e335 commit b8cbb51

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/style.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ main {
5656
}
5757

5858
.profile {
59-
max-width: 100%;
59+
width: clamp(15rem, 12rem + 12.5vw, 22.5rem);
6060
height: auto;
61-
display: block;
6261
}
6362

6463
.details {

0 commit comments

Comments
 (0)