aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--assets/images/logo-opengraph.pngbin0 -> 12998 bytes
-rw-r--r--assets/stylesheets/responsive/custom.scss5
2 files changed, 4 insertions, 1 deletions
diff --git a/assets/images/logo-opengraph.png b/assets/images/logo-opengraph.png
new file mode 100644
index 0000000..4f495a5
--- /dev/null
+++ b/assets/images/logo-opengraph.png
Binary files differ
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss
index 12bf0b7..6b8ddbd 100644
--- a/assets/stylesheets/responsive/custom.scss
+++ b/assets/stylesheets/responsive/custom.scss
@@ -321,6 +321,10 @@ a.link_button_green_large {
/* Logged and local options act like submenus */
#logged_in_bar{
+ @include respond-min($main_menu-mobile_menu_cutoff) {
+ top: 0;
+ }
+
a {
@extend %menu-item;
background-color: transparent;
@@ -333,7 +337,6 @@ a.link_button_green_large {
}
}
#logged_in_links {
- top: 2em;
a {
font-weight: normal;
}