Skip to content

Commit 08799f0

Browse files
authored
Update about.liquid to remove background
1 parent 21b4e96 commit 08799f0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

_layouts/about.liquid

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
---
44

5-
<style>
5+
<!-- <style>
66
77
.transparent-bg {
88
position: relative;
@@ -27,7 +27,9 @@ layout: default
2727
2828
</style>
2929
30-
<div class="transparent-bg">
30+
-->
31+
32+
<!-- <div class="transparent-bg"> -->
3133
<div class="post">
3234
<header class="post-header">
3335
<h1 class="post-title">
@@ -105,4 +107,4 @@ layout: default
105107
{% endif %}
106108
</article>
107109
</div>
108-
</div>
110+
<!-- </div> -->

0 commit comments

Comments
 (0)