Tweaks the article width on mobile
the build was successful

This commit is contained in:
Michael Weimann
2019-05-05 11:12:34 +02:00
parent f2f8e4a16b
commit 66ca4dca1e
2 changed files with 9 additions and 1 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+8
View File
@@ -1,4 +1,8 @@
.interview {
#content {
padding-right: 0;
}
.interview-quote-container {
display: flex;
flex-direction: column;
@@ -56,6 +60,10 @@
@media screen and (min-width: @screen-sm-min) {
.interview {
#content {
padding-right: 15px;
}
.interview-quote-container {
align-items: stretch;
flex-direction: row;