Skip to content

Commit

Permalink
fixed skewed header dandelions
Browse files Browse the repository at this point in the history
  • Loading branch information
zipper3030 committed Jul 29, 2024
1 parent 47b4f90 commit 93a3a9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,12 @@ <h2 class="feature-title">{{ feature.title }}</h2>
</div>
</section>

<!-- // alert stuff
<div id="alert" class="alert">
<span class="closebtn" onclick="dismissAlert()">&times;</span>
<strong>Join Us</strong> @ the ADHO Digital Humanities Conference 2024! Click <a href="https://dh2024.adho.org/program/workshops/">here</a> for more information.
</div>

-->

<!-- Rotate the dandelions and scroll the alert-->
<script>
Expand Down
6 changes: 3 additions & 3 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ ul li {
}

.header-home {
background-image: url('/images/headerbkg4.png');
background-size: 100% 85%;
background-image: url('/images/header-fix.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
background-position: center bottom;
//filter: brightness(115%);
//background-color: $dark-cream !important;
display: flex;
Expand Down
Binary file added images/header-fix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 93a3a9b

Please sign in to comment.