From cc9ac5f4890b90c7ab49aa4e4175df64d1268bed Mon Sep 17 00:00:00 2001 From: Marvin Blum Date: Tue, 19 May 2020 00:38:05 +0200 Subject: [PATCH] Fixed buttons. --- static/index.html | 12 +++--------- static/style.css | 3 ++- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/static/index.html b/static/index.html index f0f1d79..782b0b2 100644 --- a/static/index.html +++ b/static/index.html @@ -34,15 +34,9 @@ Marvin Blum

who am I?

diff --git a/static/style.css b/static/style.css index f51e881..48c2464 100644 --- a/static/style.css +++ b/static/style.css @@ -43,8 +43,9 @@ body { display: flex; } -.menu input { +.menu .button { margin-right: 10px; + } section {