fix: coming soon wrap

pull/96/head
nevfy 2024-01-30 13:56:05 +04:00
parent 7a97d4fe68
commit 53e4a3e752
1 changed files with 2 additions and 1 deletions

View File

@ -126,9 +126,10 @@ a.nav-link.sp-coming-soon {
a.nav-link.sp-coming-soon::after {
content: "Coming soon!";
display: inline-block;
background-color: #616161;
color: $dark;
margin-left: .5rem;
padding: .1rem;
padding: .1rem .5rem;
border-radius: .1rem;
}