diff --git a/header.php b/header.php index 7a3b2ff..0b2947f 100644 --- a/header.php +++ b/header.php @@ -32,15 +32,25 @@

Subscribe

- slowtwitch logo + + slowtwitch logo + ad mock
- twitter logo - vimeo logo - facebook logo - youtube logo + + twitter logo + + + vimeo logo + + + facebook logo + + + youtube logo +
@@ -54,13 +64,19 @@
- swim + + swim +
- run + + run +
- run + + run +
@@ -73,7 +89,7 @@ 'menu' => 'primary', 'container' => '', 'theme_location' => 'primary', - 'items_wrap' => '' + 'items_wrap' => '
' ) ); ?> diff --git a/style.css b/style.css index 57620c0..fae034e 100644 --- a/style.css +++ b/style.css @@ -36,7 +36,7 @@ } .slowtwitch-logo-social { - margin: 0 5px 0 5px; + margin: 0 10px 0 10px; } .flex-row { @@ -64,6 +64,7 @@ } .desktop-tag-logos img { + margin-top: 10px; float: right; } @@ -262,4 +263,17 @@ nav { .slowtwitch-mobile-text-logo { display: block; } + + .hide-desktop { + display: block; + } + + .hide-desktop .searchBarContainer { + margin-left: 35px; + margin-top: 10px; + } + + .hide-desktop .searchBarContainer button { + background-color: white; + } } \ No newline at end of file