Centered title, badge and datetime

This commit is contained in:
Ponkhy 2021-08-24 13:24:35 +02:00
parent 5dc834794c
commit a17c14ea1c

View File

@ -101,14 +101,27 @@ h2 {
display: block; display: block;
margin-bottom: 6px; margin-bottom: 6px;
td:first-child {
font-weight: bold;
}
td:nth-child(-n+3) {
text-align: center;
}
td:last-child {
text-align: left;
}
td { td {
border-bottom: 1px solid $dark-font-color; border-bottom: 1px solid $dark-font-color;
display: block; display: block;
padding: 4px; padding: 4px;
.badge { .badge {
margin-top: 0px; margin: auto;
display: block; display: block;
width: 30%;
} }
} }
} }