shop: fix link text placement

pull/65/head
occheung 2022-01-20 11:58:00 +08:00
parent 3c12a03a0e
commit 9010bc7cb9
1 changed files with 8 additions and 3 deletions

View File

@ -144,7 +144,15 @@ button {
}
.ds {
display: flex;
font-size: .8rem;
margin: 0;
padding-left: 0px;
a {
flex: 1;
display: flex;
flex-direction: column;
color: $link-primary-dark;
text-decoration: underline;
@ -153,9 +161,6 @@ button {
text-decoration: none;
}
}
font-size: .8rem;
margin: 0;
padding-left: 0px;
}
}
}