Skip to content

Commit 0647a35

Browse files
authored
Update about.liquid
1 parent 7ae60a6 commit 0647a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/about.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ layout: default
4040
.full-width-logo {
4141
display: block; /* Ensure the image is treated as a block-level element */
4242
margin: 0 auto; /* Center the image horizontally */
43-
width: 100vw; /* Set the image width to 100% of the viewport */
43+
width: 100%; /* Set the image width to 100% of the screen width */
4444
height: auto; /* Maintain the aspect ratio */
4545
}
4646
</style>

0 commit comments

Comments
 (0)