Skip to content

Commit 03e0d55

Browse files
committed
MV - home banner
1 parent c05d919 commit 03e0d55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_layouts/home.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
{% assign pinned = site.posts | where: 'pin', 'true' %}
1111
{% assign default = site.posts | where_exp: 'item', 'item.pin != true and item.hidden != true' %}
1212

13-
<div style="height: 96px; width: 100%; padding: 0px;">
14-
<img src="/assets/img/banners/home_banner2.png" style="width: 80%; height: auto; margin: 5px 10% 5px 10%"></img>
13+
<div style="height: 128px; width: 100%; padding: 5px; margin-bottom: 50px;">
14+
<img src="/assets/img/banners/home_banner2.png" style="width: 80%; height: auto; margin: 5px 10% 5px 10%;"></img>
1515
</div>
1616

1717
<body>

assets/img/banners/home_banner2.png

-203 KB
Loading

0 commit comments

Comments
 (0)