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