og img, favicon and apple-touch-icon optimization

This commit is contained in:
Laurentiu Trofosila 2020-12-29 10:16:31 +01:00
parent a29b66a41f
commit 6e3180aa43
5 changed files with 4 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 B

After

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 B

After

Width:  |  Height:  |  Size: 126 B

BIN
public/og.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 B

View File

@ -8,10 +8,7 @@
content="Minimal starter kit for under 2 KB sites"
name="description"
/>
<meta
content="https://minwiz.com/apple-touch-icon.png"
property="og:image"
/>
<meta content="https://minwiz.com/og.png" property="og:image" />
<meta
content="Minimal starter kit for under 2 KB sites"
property="og:description"
@ -85,9 +82,9 @@
<h2>Contact info</h2>
<br />
Email office[AT]zeplia[DOT]com
email office[AT]zeplia[DOT]com
<br />
Twitter
twitter
<a target="_blank" rel="noopener" href="https://twitter.com/ZepliaLab"
>@ZepliaLab</a
>

View File

@ -21,14 +21,11 @@ body {
max-width: 36em;
margin: 0 auto;
padding: 0 0.7em;
min-height: 100vh;
display: flex;
flex-flow: column;
text-align: justify;
}
main {
flex: 1;
margin-bottom: 3em;
}
a,
@ -45,7 +42,6 @@ label:hover {
h2,
br,
main,
header,
ul {
margin-bottom: 1em;