From 285b23c772c5f5a824ea4431f26dc9befdb82bbe Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Fri, 26 Jul 2019 15:15:45 -0400 Subject: [PATCH] move search bar to its normal location right now, it's inline with the breadcrumbs. this visually separates it from the contents below, so it shouldn't be too confusing to users. this placement of the search bar is easiest to maintain. --- css/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/css/style.css b/css/style.css index f498662..2c6da80 100644 --- a/css/style.css +++ b/css/style.css @@ -80,15 +80,10 @@ a { transition: 0.3s; } .logo img { height: 150px; margin-top: 25px; } .navbar-default { min-height: 230px; margin-bottom: 30px; } #block-ryf-main-menu .navbar-nav { max-width: 130px; } - .search-block-form { margin-top: -50px; } - /* note that the following will not work if the breadcrumb is missing on a - * page, such as the main page */ - .breadcrumb { margin-top: 50px; } } @media screen and (min-width: 768px) { .navbar-nav { margin-top: 40px; } - .search-block-form { margin-top: -80px; } } /* Selectors */ -- 2.25.1