diff --git a/pcf-wp/static/css/boilerplate.css b/pcf-wp/static/css/boilerplate.css index 611009f..5277344 100644 --- a/pcf-wp/static/css/boilerplate.css +++ b/pcf-wp/static/css/boilerplate.css @@ -396,7 +396,6 @@ img.jc-logo { width: 195px; } - li.current-menu-item { text-decoration: underline; text-decoration-color: white; @@ -412,9 +411,7 @@ ul#menu-head { text-align: right; } -section.headlogo { - display: inline-block -} + section.headlogo img{ margin-top: 20px; @@ -423,7 +420,28 @@ section.headlogo img{ width: auto; } -section.headmenu { - display: inline-block; +section.headsearch { + width: 200px; +} + + + +header#masthead { + display: flex; +} + +section.headlogo { + margin-right: auto; +} + +section.headmenu { + margin-top: 50px; + margin-left: auto; +} + +section.headsearch { + margin-top: 45px; + margin-left: 10px; + margin-right: 20px; } \ No newline at end of file