Compare commits
No commits in common. "main" and "ads-adjustments" have entirely different histories.
main
...
ads-adjust
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,6 @@
|
||||||
<meta name="author" content="Leonardo Murça" />
|
<meta name="author" content="Leonardo Murça" />
|
||||||
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<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>
|
<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="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<link rel="shortcut icon" href="/favicon.ico" />
|
<link rel="shortcut icon" href="/favicon.ico" />
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
<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="manifest" href="/site.webmanifest" />
|
||||||
<link rel="canonical" href="https://embroideryviewer.xyz/">
|
<link rel="canonical" href="https://embroideryviewer.xyz/">
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
main {
|
main {
|
||||||
flex: 1; /* This pushes footer to bottom */
|
flex: 1; /* This pushes footer to bottom */
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
min-height: 90vh;
|
min-height: 85vh;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Reference in a new issue