Fix rbf alert css. (#525)

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

View File

@@ -500,6 +500,17 @@ h1, h2, h3 {
color: #ffffff;
background-color: #653b9c;
border-color: #3a1c61;
width: 100%;
display: inline-flex;
flex-direction: column;
justify-content: space-between;
@media (min-width: 676px){
flex-direction: row;
}
}
.flex{
display: flex;
}
th {