Skip to content

Commit

Permalink
Remove max-width for images
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Apr 22, 2018
1 parent 11940cc commit 4641ebd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions nikola/data/themes/bootstrap4-jinja/assets/css/theme.css
Expand Up @@ -10,10 +10,6 @@
width: 150px;
}

img {
max-width: 90%;
}

.titlebox {
text-align: right;
}
Expand Down
4 changes: 0 additions & 4 deletions nikola/data/themes/bootstrap4/assets/css/theme.css
Expand Up @@ -10,10 +10,6 @@
width: 150px;
}

img {
max-width: 90%;
}

.titlebox {
text-align: right;
}
Expand Down

0 comments on commit 4641ebd

Please sign in to comment.