Skip to content

Commit 62e1d51

Browse files
committed
fix image overflow
1 parent 7c5c088 commit 62e1d51

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,10 @@ <h2>Heading 2</h2>
9393
}
9494

9595
#logo > img {
96-
max-height: 30vh;
97-
max-width: 60vh;
96+
max-height: 100%;
97+
max-width: 100%;
98+
width: auto;
99+
height: auto;
98100
}
99101

100102
#link-list {

0 commit comments

Comments
 (0)