Skip to content

Commit

Permalink
Restore position of site logo and signin links
Browse files Browse the repository at this point in the history
  • Loading branch information
lizconlan committed Aug 26, 2016
1 parent 7d4a461 commit 72c2ce8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/stylesheets/responsive/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ a.link_button_green_large {

/* Logged and local options act like submenus */
#logged_in_bar{
top: 0.75em;
a {
@extend %menu-item;
@extend %sub-menu-item;
Expand Down Expand Up @@ -314,6 +315,11 @@ a.link_button_green_large {
display: none;
}

.banner_site-title {
padding-top: 1em;
padding-bottom: 1em;
}

.rsp_menu_button{
position: absolute;
top: 0;
Expand Down

0 comments on commit 72c2ce8

Please sign in to comment.