Skip to content

Commit

Permalink
Add compiled assets
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins98 committed Apr 24, 2017
1 parent b0418ce commit 3c564bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions css/ebi-global.css
Original file line number Diff line number Diff line change
Expand Up @@ -368,13 +368,13 @@ div#local-title {
background-size: initial; }

/* tweak sticky behaviour */
div.masthead.sticky {
.masthead.sticky {
width: 100%;
position: static;
-webkit-transform: none;
transform: none; }

div.masthead.sticky.is-stuck {
.masthead.sticky.is-stuck {
position: fixed;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
Expand All @@ -392,9 +392,6 @@ input#local-searchbox,
#local-search .input-group-button {
vertical-align: top; }

#main-content-area {
padding: 0.5rem 0 1.5rem; }

body.section-about .masthead {
background-color: #007c82; }

Expand Down Expand Up @@ -501,6 +498,9 @@ ul li.badge {
padding: 0rem; }

/* Breadcrumbs */
.breadcrumbs {
padding-top: 0.5rem; }

body .breadcrumbs a {
color: #888; }

Expand Down
Loading

0 comments on commit 3c564bb

Please sign in to comment.