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 d6fe915 commit 424a16eCopy full SHA for 424a16e
_layouts/default_about.liquid
@@ -19,9 +19,10 @@
19
background-image: url('/assets/img/lab_header.jpeg');
20
background-repeat: no-repeat;
21
background-size: contain;
22
- background-position: center center;
23
- height: 100vh; /* Adjust this if there is white space before the image or if image gets cuts off */
24
- margin-bottom: 2em;
+ background-position: top center;
+ padding-bottom: 56.25%; /* 16:9 aspect ratio */
+ height: 0
25
+ margin-bottom: 0;
26
margin-top: -0.0em;
27
width: 100%;
28
"></div>
0 commit comments