diff --git a/header.php b/header.php
index 7a3b2ff..0b2947f 100644
--- a/header.php
+++ b/header.php
@@ -32,15 +32,25 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
%3$s'
)
);
?>
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