Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions _includes/components/sidebar.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<div class="side-bar">
<header class="site-header">

<a href="{{ '/' | relative_url }}" class="site-title lh-tight">
<div class="lh-wrapper">
<img src="{{site.baseurl}}/assets/images/logo.jpg" alt="Accessibility: Advocate Equal Access">
<a href="{{ '/' | relative_url }}" class="site-title lh-tight">
{{ site.title}}</a>
</div>
<button id="menu-button" class="site-button btn-reset" aria-expanded="false">
<span>Menu</span>
<svg viewBox="0 0 24 24" class="icon" aria-hidden="true">
Expand Down
10 changes: 10 additions & 0 deletions _sass/layout/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,16 @@
align-items: center;
}

@media screen and ( width < 31.25rem ) {
.lh-wrapper {
display: flex;
align-items: center;
}
.lh-wrapper img {
max-width: 80px;
}
}

.site-title {
flex-grow: 1;
display: flex;
Expand Down
Binary file added assets/images/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading