We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d488c86 commit a278a4cCopy full SHA for a278a4c
_layouts/about.liquid
@@ -29,12 +29,27 @@ layout: default
29
30
-->
31
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
47
<!-- <div class="transparent-bg"> -->
48
<div class="post">
49
<header class="post-header">
50
<!-- Centered Lab Logo -->
- <p align="center">
- <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">
53
</p>
54
55
<h1 class="post-title">
0 commit comments