Skip to content

Commit 21b4e96

Browse files
authored
Update about.liquid to correct inline css
1 parent c1b33f5 commit 21b4e96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_layouts/about.liquid

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

5+
<style>
6+
57
.transparent-bg {
68
position: relative;
79
padding: 20px;
@@ -23,6 +25,7 @@ layout: default
2325
z-index: -1;
2426
}
2527
28+
</style>
2629

2730
<div class="transparent-bg">
2831
<div class="post">

0 commit comments

Comments
 (0)