diff --git a/static/css/layout.css b/static/css/layout.css
index e7b67e1..27ae15a 100644
--- a/static/css/layout.css
+++ b/static/css/layout.css
@@ -56,6 +56,10 @@ a {
width: fit-content;
height: fit-content;
}
+#github_shrink {
+ transform: scale(0.37);
+ transform-origin: top left;
+}
a.obj-wrapper{
display: block;
}
@@ -83,6 +87,7 @@ footer {
gap: 1rem;
align-items: center;
justify-content: center;
+ max-height: 2rem;
}
.nav-link{
diff --git a/static/images/github.svg b/static/images/github.svg
index 1901e89..0596ee7 100644
--- a/static/images/github.svg
+++ b/static/images/github.svg
@@ -1,5 +1,14 @@
-
diff --git a/templates/default.html b/templates/default.html
index 0204127..c348b25 100644
--- a/templates/default.html
+++ b/templates/default.html
@@ -46,8 +46,9 @@