From 4bbce41188f24b31c244001e9ea0d96ca385e6be Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 8 Jul 2019 17:18:14 -0400 Subject: [PATCH] remove some undesired code this was putting the hamburger menu outside of the window viewport. --- css/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/css/style.css b/css/style.css index 7896cdf..c734877 100644 --- a/css/style.css +++ b/css/style.css @@ -17,8 +17,6 @@ a { transition: 0.3s; } border: none; border-radius: 0px; box-sizing: content-box; - display: flex; - flex-direction: column-reverse; align-items: center; margin-bottom: 100px; min-height: 100px; -- 2.25.1