Improve the interview page #888

Merged
eal merged 7 commits from fix/supporter-page into master 2019-05-25 14:11:47 +00:00
2 changed files with 9 additions and 1 deletions
Showing only changes of commit 66ca4dca1e - Show all commits

2
look/fsfe.min.css vendored

File diff suppressed because one or more lines are too long

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;