diff --git a/src/templates/index.html b/src/templates/index.html index 207cf23..d140c62 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -22,6 +22,7 @@ align-items: center; min-height: 100vh; color: #2d3748; + position: relative; } .container { @@ -170,6 +171,15 @@ @keyframes spin { to { transform: rotate(360deg); } } + + .version { + position: fixed; + bottom: 1rem; + right: 1rem; + font-size: 0.75rem; + color: #718096; + opacity: 0.8; + }