Skip to content

Commit c0eca45

Browse files
artczcybit
andauthored
Update src/components/footer.astro
Co-authored-by: Cyril Bitterich <[email protected]>
1 parent 30d6509 commit c0eca45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ const gitVersion = import.meta.env.GIT_VERSION;
9393
</div>
9494
</article>
9595

96-
<p style="color: rgba(255, 255, 255, 0.4)">version: {gitVersion} @ {buildTimestamp}</p>
96+
<p class="mb-4" style="color: rgba(255, 255, 255, 0.4)">version: {gitVersion} @ {buildTimestamp}</p>
9797
</footer>
9898
</Fullbleed>

0 commit comments

Comments
 (0)