diff --git a/templates/about.html b/templates/about.html index b4cb6b6..f93f68b 100644 --- a/templates/about.html +++ b/templates/about.html @@ -238,7 +238,7 @@ Donate Monero
{{support['xmr']}}@@ -251,7 +251,7 @@ Donate Bitcoin
{{support['btc']}}@@ -264,7 +264,7 @@ Donate Nano
{{support['nano']}}@@ -312,6 +312,7 @@ pointer-events: auto; } .modal-window > div { + text-align: center; width: 300px; position: absolute; top: 50%; @@ -319,9 +320,6 @@ transform: translate(-50%, -50%); padding: 1em; background: rgb(26, 26, 26); -} - .modal-window header { - font-weight: bold; } .modal-window h1 { font-size: 150%; @@ -330,6 +328,7 @@ .modal-close { color: #aaa; line-height: 50px; + padding: 20px; font-size: 80%; position: absolute; right: 0; @@ -337,9 +336,6 @@ top: 0; width: 70px; text-decoration: none; -} - .modal-close:hover { - color: black; } .modal-window > div { border-radius: 1rem; @@ -353,9 +349,6 @@ border-radius: .1rem; text-decoration: none; } - .butn i { - padding-right: 0.3em; -} small{ font-size: 9px;