Scale down logo size on 400% browser zoom - accessibility improvement

This commit is contained in:
Mia Arh
2021-05-04 10:06:46 +02:00
parent 89ad43113d
commit 58aa46eeea
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ body {
}
.logo {
height: 45px;
max-height: 45px;
max-width: 75%;
}
.version {
+1 -1
View File
@@ -12,7 +12,7 @@
<a href="https://cortezaproject.org/" target="_blank" class="text-white mr-2">cortezaproject.org</a>
<a href="https://github.com/cortezaproject/" target="_blank" class="text-white ml-2">GitHub</a>
</div>
<small class="p-1 text-secondary position-absolute version mr-3">
<i class="p-1 small text-white position-absolute version mr-3 mb-3">
version {{ version }}
</small>
</body>