fix social network svg size
This commit is contained in:
parent
7664d9aa3d
commit
0b278ea4c4
|
@ -2,6 +2,7 @@
|
|||
/content
|
||||
/static/images
|
||||
.vscode
|
||||
config.toml
|
||||
|
||||
### Hugo ###
|
||||
# Generated files by hugo
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
<a href="{{ .Site.Params.footer.socialNetworks.gitea }}" aria-label="gitea">
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="2.7em"
|
||||
height="2.7em"
|
||||
viewBox="0 0 1792 1792"
|
||||
>
|
||||
<g>
|
||||
|
@ -40,8 +38,6 @@
|
|||
>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="2.7em"
|
||||
height="2.7em"
|
||||
viewBox="0 0 1792 1792"
|
||||
>
|
||||
<path
|
||||
|
|
Loading…
Reference in New Issue