Fix how flavour screenshots are displayed in the vanilla flavour

remotes/1698178055505214576/signup-info-prompt
Thibaut Girka 2019-01-08 19:30:24 +01:00 committed by ThibG
parent 20fd855830
commit 3a0b12cbfe
1 changed files with 16 additions and 0 deletions

View File

@ -277,6 +277,22 @@ $no-columns-breakpoint: 600px;
}
}
.flavour-screen {
display: block;
margin: 10px auto;
max-width: 100%;
}
.flavour-description {
display: block;
font-size: 16px;
margin: 10px 0;
& > p {
margin: 10px 0;
}
}
.report-accounts {
display: flex;
flex-wrap: wrap;