This commit is contained in:
SrGooglo 2023-06-27 17:12:37 +00:00
parent 2a6aed6f1a
commit 61ec6cb93b

View File

@ -136,7 +136,7 @@ html {
&.centered-content { &.centered-content {
.app_layout { .app_layout {
.content_layout { .content_layout {
width: 50vw!important; width: 50vw !important;
min-width: 400px; min-width: 400px;
max-width: 50vw; max-width: 50vw;
margin: auto; margin: auto;
@ -349,6 +349,8 @@ html {
#powered_by { #powered_by {
height: 40px; height: 40px;
margin-bottom: 10px; margin-bottom: 10px;
filter: grayscale(1) brightness(0.8);
} }
h4 { h4 {