Skip to content

Commit

Permalink
Explicitly eliminate margin from h1
Browse files Browse the repository at this point in the history
References #482
  • Loading branch information
u8sand committed Dec 18, 2020
1 parent 20a024f commit 75946fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/public/fragments/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="container">
<div class="row">
<div class="col-md-12 col-lg-4">
<h1>
<h1 class="m-0">
<a href="#/">
<img
src="{require('../images/appyters_logo.svg')}"
Expand Down
2 changes: 1 addition & 1 deletion override/templates/base.j2
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<div class="container">
<div class="row">
<div class="col-md-12 col-lg-4">
<h1>
<h1 class="m-0">
<a href="/#/">
<img
src="/images/appyters_logo.svg"
Expand Down

0 comments on commit 75946fa

Please sign in to comment.