Fix #1733 remove unnecessary image width restriction

This commit is contained in:
Kijin Sung 2021-06-22 00:33:03 +09:00
parent c87ddd5894
commit 68a6a1b748

View file

@ -119,10 +119,6 @@ a:hover, a:active, a:focus {
.content > :first-child {
margin-top: 0
}
.content img {
max-width: 100%;
height: auto
}
/* Header */
.header > h1 {
float: left;