Skip to content

Commit 4882f75

Browse files
chore: tweak the header and background ever-so-slightly to be more in-line with the rest of developers
1 parent 4ef5692 commit 4882f75

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/assets/stylesheet/theme.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ body {
193193
background-image: url("../images/bg_main.jpg");
194194
background-repeat: no-repeat;
195195
background-position: 50% 50%;
196+
background-size: cover;
196197
}
197198

198199
body::before {
@@ -332,15 +333,14 @@ body::before {
332333
}
333334

334335
.esi-hero {
335-
min-height: 82px;
336-
margin-top: 72px;
336+
height: 82px;
337+
margin-top: 57px;
337338
padding: 0 16px;
338339
display: grid;
339340
grid-template-areas: "title cta" "subtitle cta";
340341
grid-template-columns: 1fr min-content;
341342
grid-template-rows: 1fr min-content;
342343
row-gap: 8px;
343-
min-height: 80px;
344344
column-gap: 24px;
345345
max-width: 1632px;
346346
align-self: center;

0 commit comments

Comments
 (0)