Skip to content

Commit

Permalink
Adjust styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Jul 4, 2024
1 parent 962300f commit 070e8a1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@ em.sector {
.circle-left,
.circle-right {
display: inline-block;
margin-top: 1px !important;
margin-bottom: -1px !important;
}
.circle {
height: 8px;
Expand All @@ -321,12 +323,6 @@ em.sector {
.circle-yellow {
background-color: #ffc107;
}
.config .circle,
.config .circle-left,
.config .circle-right {
margin-top: 1px !important;
margin-bottom: -1px !important;
}

.w-70 {
width: 70%;
Expand Down Expand Up @@ -377,7 +373,11 @@ td.nowrap > div {
padding: .5rem;
margin-bottom: 20px;
}
.group3-update :last-child{
.group3-update .badge-split {
vertical-align: top;
font-size: small;
}
.group3-update > :last-child {
margin-bottom: 0;
}

Expand Down

0 comments on commit 070e8a1

Please sign in to comment.