Skip to content

Commit 1bfd5bc

Browse files
authored
Update index.md
1 parent 002ae2a commit 1bfd5bc

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

index.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
<style>
2-
img {
3-
width: 600px;
4-
height: 400px;
5-
}
6-
</style>
7-
1+
<head>
2+
<style>
3+
img {
4+
width: 100%;
5+
max-width: 600px; /* Keeps the image size no larger than 600px */
6+
height: auto; /* Adjusts the height to maintain the aspect ratio */
7+
}
8+
</style>
9+
</head>
810

911
# Adeoye's Earth Data Science Journey.
1012

0 commit comments

Comments
 (0)