Skip to content

Commit

Permalink
Merge pull request #113 from RSE-Sheffield/bugfix_lessontitle_search_…
Browse files Browse the repository at this point in the history
…collision

Bugfix: Lesson title would collide with search box at certain widths.
  • Loading branch information
zkamvar authored Dec 12, 2023
2 parents 3eeddd7 + 29fa875 commit 1158abb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
@robadob, #112).
* Spacing and alignment of text improved in Software Carpentry logo.
(reported: @tobyhodges, #107; fixed @tobyhodges, #110).
* Lesson title collision with search box resolved.
(reported: @ocasia, #84; fixed @robadob, #113).

# varnish 0.4.0 (2023-11-29)

Expand Down
1 change: 1 addition & 0 deletions source/stylesheets/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@
left: 10%;
margin-bottom: 30px;
margin-top: 25px;
margin-right: 200px;
}

.top-nav {
Expand Down

0 comments on commit 1158abb

Please sign in to comment.