about summary refs log tree commit diff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/styles.css8
1 files changed, 1 insertions, 7 deletions
diff --git a/css/styles.css b/css/styles.css
index 970fbe7..f1759af 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -30,6 +30,7 @@ button {
 header {
   background: #202020;
   padding: 30px;
+  height: 5vh;
   text-align: center;
   font-size: 30px;
 }
@@ -53,10 +54,3 @@ footer {
   font-size: 10px;
   margin-top: auto;
 }
-
-#git-butt {
-  background: lawngreen;
-  padding: 5px;
-  width: 80%;
-  font-size: 80px;
-}