Fix rbf alert css. (#525)

This commit is contained in:
Miguel Medeiros
2021-05-18 11:56:42 -03:00
committed by GitHub
parent 5f787c52e8
commit 9765fd7df6
3 changed files with 17 additions and 1 deletions

View File

@@ -8,6 +8,9 @@
border-top: 3px solid #FFF;
width: 100%;
padding-bottom: 30px;
display: flex;
flex-direction: column;
justify-content: space-between;
@media (min-width: 768px) {
padding-bottom: 0px;
}