Skip to content

Commit 33928b1

Browse files
authored
Update about.liquid to include background image
1 parent 2942786 commit 33928b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/about.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
---
4-
<div style="background-image: url('/assets/img/lab_logo.png'); background-size: 100% 100%; background-position: center; background-repeat: no-repeat; padding: 20px;">
4+
<div style="background-image: url('/assets/img/background.png'); background-size: 100% 100%; background-position: center; background-repeat: no-repeat; padding: 20px;">
55
<div class="post">
66
<header class="post-header">
77
<h1 class="post-title">

0 commit comments

Comments
 (0)