Skip to content

Commit 2b4b240

Browse files
committed
Updated on 2025-01-01
1 parent 8416368 commit 2b4b240

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

index.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,10 @@
2121
.who-section img {
2222
float: right; /* Float the image to the right */
2323
margin-left: 20px; /* Add some spacing between text and image */
24-
margin-top: -45px; /* Adjust the image upward */
24+
margin-top: -60px; /* Adjust the image upward */
2525
width: 150px;
2626
height: auto;
2727
}
28-
@media (max-width: 600px) {
29-
.who-section img {
30-
float: none; /* Reset float for smaller screens */
31-
display: block;
32-
margin: 0 auto 20px;
33-
}
34-
}
3528
</style>
3629
</head>
3730
<body>

0 commit comments

Comments
 (0)