about summary refs log tree commit diff
path: root/css
diff options
context:
space:
mode:
authorUltraQbik <no1skill@yandex.ru>2024-08-24 20:10:19 +0300
committerUltraQbik <no1skill@yandex.ru>2024-08-24 20:10:19 +0300
commit60eee2a7aab05d11050eaf5fc483db82900e9cae (patch)
tree4c70d5cb77c17e001924a99e6ca139728f3a8b77 /css
parent443b0216eec676360f9b835607301c3d7fd427d3 (diff)
downloadhttpy-60eee2a7aab05d11050eaf5fc483db82900e9cae.tar.gz
httpy-60eee2a7aab05d11050eaf5fc483db82900e9cae.zip
Update styles
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;
-}