mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Replace devision line by pure space
This commit is contained in:
parent
7278adb09d
commit
ecff8476cf
@ -5,7 +5,7 @@
|
||||
<page-params-link :pageParams="pageParams">
|
||||
{{ $t(pageParams.internalPage.footerIdent) }}
|
||||
</page-params-link>
|
||||
<span class="division-line">-</span>
|
||||
<span class="division-space"> </span>
|
||||
</span>
|
||||
<!-- version -->
|
||||
<a
|
||||
@ -46,8 +46,8 @@ export default {
|
||||
.ds-footer a {
|
||||
color: $color-footer-link;
|
||||
}
|
||||
.division-line {
|
||||
margin-left: 0.2rem;
|
||||
margin-right: 0.2rem;
|
||||
.division-space {
|
||||
margin-left: 0.5rem;
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user