Add link to download SVG

This commit is contained in:
arne 2024-07-20 22:50:06 +02:00
commit a2bb19e808
2 changed files with 26 additions and 17 deletions

View file

@ -48,6 +48,14 @@
width: 9em;
}
a.button {
display: inline-block;
padding: 0.3rem 0.6rem;
background: var(--primary-color);
color: var(--background-color);
text-decoration: none;
}
@media screen and (min-width: 1024px) {
div.container {
display: grid;
@ -69,7 +77,6 @@
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>