implermented key display

This commit is contained in:
Michel Fedde 2024-07-06 20:49:50 +02:00
parent 74e1b25fcf
commit 3218253076
14 changed files with 375 additions and 19 deletions

View file

@ -3,6 +3,10 @@
$main-container-max-width: 992px;
.cursor-pointer {
cursor: pointer;
}
.navigation-container,
main {
width: 100%;