Skip to content

Commit 5bd5945

Browse files
authored
Merge pull request creativecommons#463 from creativecommons/update_navbar
update responsive nature of the header
2 parents 5692e3a + 09cdc68 commit 5bd5945

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

themes/vocabulary_theme/templates/layout.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
class="logo margin-top-small"
5555
xmlns="http://www.w3.org/2000/svg"
5656
preserveAspectRatio="xMidYMid meet"
57-
viewBox="0 0 384 46">
57+
viewBox="0 0 284 46">
5858
<use href="#opensource"></use>
5959
</svg>
6060
</a>
@@ -126,7 +126,7 @@
126126
<div class="navbar-item has-dropdown is-hoverable">
127127
<a class="navbar-link is-arrowless {% if this.is_child_of('/archives') %} is-active{% endif%}">Archives<i
128128
class="icon caret-down"></i></a>
129-
<div class="navbar-dropdown">
129+
<div class="navbar-dropdown is-right">
130130
{% for href, title in [
131131
['/archives/old-tech-blog', 'CC Tech Blog (2007-2014)'],
132132
['https://lists.ibiblio.org/pipermail/cc-devel/', 'cc-devel mailing list (2005-2015)'],
@@ -135,7 +135,7 @@
135135
{% endfor %}
136136
</div>
137137
</div>
138-
</div>
138+
</div>
139139
</div>
140140
</nav>
141141
</header>

0 commit comments

Comments
 (0)