This commit is contained in:
Daniel Brendel
2023-03-25 15:23:50 +01:00
parent 5d84d9a100
commit a3127dbdf3
3 changed files with 20 additions and 7 deletions

View File

@ -405,7 +405,7 @@ tbody strong {
margin-left: 5px;
margin-right: 5px;
margin-bottom: 15px;
padding-top: 59px;
padding-top: 25px;
padding-bottom: 50px;
background-color: rgb(50, 51, 76);
border-radius: 12px;
@ -415,6 +415,14 @@ tbody strong {
text-align: center;
}
.widget-type-icon {
padding-bottom: 5px;
}
.widget-type-info {
padding-top: 5px;
}
.is-centered {
text-align: center;
}