Skip to content

Commit

Permalink
Merge pull request #3060 from getnikola/no-img-max-width
Browse files Browse the repository at this point in the history
Remove max-width for images
  • Loading branch information
Kwpolska committed Apr 23, 2018
2 parents cabdff6 + 3cab054 commit cb122fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 42 deletions.
22 changes: 1 addition & 21 deletions nikola/data/themes/bootstrap4-jinja/assets/css/theme.css
@@ -1,17 +1,5 @@
#container {
width: 960px;
margin: 0 auto;
}

#contentcolumn {
max-width: 760px;
}
#q {
width: 150px;
}

img {
max-width: 90%;
max-width: 100%;
}

.titlebox {
Expand Down Expand Up @@ -60,10 +48,6 @@ ul.bricks > li {
margin: 3px;
}

.at300b, .stMainServices, .stButton, .stButton_gradient {
box-sizing: content-box;
}

pre, pre code {
white-space: pre;
word-wrap: normal;
Expand All @@ -79,10 +63,6 @@ article.post-micro {
display: inline-block;
}

.flowr_row {
width: 100%;
}

.tags {
padding-left: 0;
margin-left: -5px;
Expand Down
22 changes: 1 addition & 21 deletions nikola/data/themes/bootstrap4/assets/css/theme.css
@@ -1,17 +1,5 @@
#container {
width: 960px;
margin: 0 auto;
}

#contentcolumn {
max-width: 760px;
}
#q {
width: 150px;
}

img {
max-width: 90%;
max-width: 100%;
}

.titlebox {
Expand Down Expand Up @@ -60,10 +48,6 @@ ul.bricks > li {
margin: 3px;
}

.at300b, .stMainServices, .stButton, .stButton_gradient {
box-sizing: content-box;
}

pre, pre code {
white-space: pre;
word-wrap: normal;
Expand All @@ -79,10 +63,6 @@ article.post-micro {
display: inline-block;
}

.flowr_row {
width: 100%;
}

.tags {
padding-left: 0;
margin-left: -5px;
Expand Down

0 comments on commit cb122fe

Please sign in to comment.