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 7ae60a6 commit 0647a35Copy full SHA for 0647a35
_layouts/about.liquid
@@ -40,7 +40,7 @@ layout: default
40
.full-width-logo {
41
display: block; /* Ensure the image is treated as a block-level element */
42
margin: 0 auto; /* Center the image horizontally */
43
- width: 100vw; /* Set the image width to 100% of the viewport */
+ width: 100%; /* Set the image width to 100% of the screen width */
44
height: auto; /* Maintain the aspect ratio */
45
}
46
</style>
0 commit comments