From: Andrew Engelbrecht Date: Mon, 8 Jul 2019 21:18:14 +0000 (-0400) Subject: remove some undesired code X-Git-Url: https://vcs.fsf.org/?p=ryf-theme.git;a=commitdiff_plain;h=4bbce41188f24b31c244001e9ea0d96ca385e6be remove some undesired code this was putting the hamburger menu outside of the window viewport. --- 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;