Update style.css

This commit is contained in:
Visman 2021-11-15 21:40:54 +07:00
parent ea34a2f266
commit c4ff4cb327

View file

@ -2421,10 +2421,11 @@ body,
}
#forkpm #fork-pm-bl-ol {
padding-top: 0.3125rem;
display: flex;
flex-wrap: wrap;
gap: 0.3125rem;
padding-top: 0.3125rem;
border-top: 0.0625rem solid #AA7939;
}
#forkpm .f-pm-bl-li {
@ -2434,7 +2435,7 @@ body,
justify-content: space-between;
align-items: center;
flex: 1 1 25rem;
border-bottom: 0.0625rem dotted;
border-bottom: 0.0625rem dotted #AA7939;
}
@media screen and (min-width: 36rem) {