Skip to content

Commit a278a4c

Browse files
authored
Update about.liquid
1 parent d488c86 commit a278a4c

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

_layouts/about.liquid

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,27 @@ layout: default
2929
3030
-->
3131

32+
<style>
33+
html, body {
34+
margin: 0;
35+
padding: 0;
36+
width: 100%;
37+
height: 100%;
38+
}
39+
40+
.full-width-logo {
41+
width: 100vw; /* 100% of the viewport width */
42+
height: auto; /* Adjust height automatically */
43+
}
44+
</style>
45+
46+
3247
<!-- <div class="transparent-bg"> -->
3348
<div class="post">
3449
<header class="post-header">
3550
<!-- Centered Lab Logo -->
36-
<p align="center">
37-
<img src="/assets/img/lab_logo.png" alt="Lab Logo" style="width: 100%;">
51+
<p align="center" style="margin: 0; padding: 0;">
52+
<img src="/assets/img/lab_logo.png" alt="Lab Logo" class="full-width-logo">
3853
</p>
3954

4055
<h1 class="post-title">

0 commit comments

Comments
 (0)