Skip to content

Commit

Permalink
Elixir logo fix (#129)
Browse files Browse the repository at this point in the history
* Fix #101 Elixir logo in mini gallery should have white background

* Remove unnecessary nav_data_loc variable from User Gallery
  • Loading branch information
lunacodes authored Mar 31, 2022
1 parent 6af7813 commit f95cc16
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions content/_sass/partials/home/_mini-gallery.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,10 @@
}

#elixir-container {
background: $black;
overflow: visible;
}

#elixir {
background: $black;
height: 80px;
position: relative;
top: 10px;
Expand Down
1 change: 0 additions & 1 deletion content/gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

<div class="intro">{{ intro | markdownify }}</div>

{%- assign nav_data_loc = site.data.user-gallery[left_nav] -%}
{%- include left_nav.html -%}

<div class="gallery-content">
Expand Down

0 comments on commit f95cc16

Please sign in to comment.