border fix

This commit is contained in:
fruworg 2023-07-30 15:15:18 +05:00
parent 0b14193043
commit fd2a35b648
2 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,6 @@ footer {
.border {
margin-left: 0.5rem;
margin-right: 0.5rem;
border: 1px solid;
}
.footer-info {

View File

@ -2,6 +2,7 @@
<div style="display:flex">
{{- range $index, $key := .Site.Params.Social -}}
<a class="soc" href="{{ $key.url }}" rel="me" title="{{ $key.name }}">{{ $key.name }}</i></a>
<a class="border"></a>
{{- end -}}
</div>
</footer>