portal agent: add some bottom margin to cells (#26650)

This commit is contained in:
Frédéric Péters 2018-09-24 11:09:04 +02:00
parent 76cd195597
commit 3e7c53b100
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@ div.textcell {
float: left;
}
div.cell {
margin-bottom: 2rem;
}
div.cell.gauge div.bo-block {
position: relative;
}