Compare commits
13 commits
ads-adjust
...
main
Author | SHA1 | Date | |
---|---|---|---|
16f2f30d59 | |||
5fc3775319 | |||
d682e3a459 | |||
eccd9f8774 | |||
89279deebf | |||
758c14f500 | |||
8d09e1b69c | |||
a3f961c8fe | |||
2ce1c06305 | |||
009783f8e9 | |||
454b724893 | |||
1c52c19e3a | |||
5bbac64518 |
2 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
<meta name="author" content="Leonardo Murça" />
|
||||
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<meta name="apple-mobile-web-app-title" content="Embroidery Viewer" />
|
||||
|
||||
<script defer src="https://umami.leomurca.xyz/script.js" data-website-id="bd4c0533-36e6-402d-ac04-577993aaf43a"></script>
|
||||
|
||||
|
@ -14,7 +15,6 @@
|
|||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
<meta name="apple-mobile-web-app-title" content="Embroidery Viewer" />
|
||||
<link rel="manifest" href="/site.webmanifest" />
|
||||
<link rel="canonical" href="https://embroideryviewer.xyz/">
|
||||
</head>
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
main {
|
||||
flex: 1; /* This pushes footer to bottom */
|
||||
padding: 20px;
|
||||
min-height: 85vh;
|
||||
min-height: 90vh;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Reference in a new issue