Compare commits

..

No commits in common. "main" and "ads-adjustments" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,6 @@
<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>
@ -15,6 +14,7 @@
<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>

View file

@ -9,6 +9,6 @@
main {
flex: 1; /* This pushes footer to bottom */
padding: 20px;
min-height: 90vh;
min-height: 85vh;
}
</style>