Fix flavour screenshot styling in vanilla flavour

This commit is contained in:
Thibaut Girka 2019-09-10 21:38:53 +02:00 committed by ThibG
parent 0e1291c888
commit c7f71b974f
1 changed files with 16 additions and 0 deletions

View File

@ -333,6 +333,22 @@ hr.spacer {
}
}
.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;