diff --git a/css/devchat.css b/css/devchat.css
index 1b655b6..dc6f236 100755
--- a/css/devchat.css
+++ b/css/devchat.css
@@ -13,8 +13,8 @@ a {
min-width: 100%;
padding-top: 100px;
padding-bottom: 200px;
- background-image: linear-gradient(225deg, #5c4fc0, #974fc0);
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
+ background-image: linear-gradient(225deg, #5c4fc0, #bd399c);
+ font-family: 'Questrial', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 400;
}
@@ -167,6 +167,8 @@ a {
.powered-by {
position: fixed;
+ display: flex;
+ align-items: center;
right: 15px;
bottom: 15px;
padding: 10px;
@@ -187,7 +189,6 @@ a {
.devolio-logo {
margin-top: 4px;
float: left;
- width: 23px;
}
.by-devolio {
diff --git a/index.html b/index.html
index 464be12..d94bf74 100755
--- a/index.html
+++ b/index.html
@@ -17,28 +17,28 @@
-
+