Skip to content

Commit e161949

Browse files
committed
Fix images not being shown in a correct dimension
1 parent 9588e0c commit e161949

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,8 @@
1111
# misc
1212
.DS_Store
1313

14-
npm-debug.log*
14+
npm-debug.log*
15+
16+
# ide and editors
17+
.idea
18+
.vscode

src/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ a {
5050
color: #6d74c5;
5151
}
5252

53+
img {
54+
height: auto;
55+
}
56+
5357
.badges {
5458
margin: 2em 0;
5559
display: flex;

0 commit comments

Comments
 (0)