diff --git a/src/less/main.less b/src/less/main.less index bd9e29b..9b192a1 100644 --- a/src/less/main.less +++ b/src/less/main.less @@ -536,3 +536,11 @@ button { .row-social a:hover { color: #fff; } + +.misc-text { + color: rbga(128, 128, 128, 0.5); + position: absolute; + right: 0; + bottom: 0; + font-size: 10pt; +} \ No newline at end of file diff --git a/templates/index.html.twig b/templates/index.html.twig index 7d29b00..25cf682 100644 --- a/templates/index.html.twig +++ b/templates/index.html.twig @@ -143,6 +143,9 @@ +