Skip to content

Commit

Permalink
Fixed banner size on non-Developer pages
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerweb committed Dec 20, 2023
1 parent b00bb25 commit f147a13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _includes/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@
<style>
.survey {
position: relative;
font-size: 1.25em;
padding-block: 2em 3em;
--bgrad: linear-gradient(180deg,#00C6 0.25em,#00B4 20%,40%,#00B2);
background: var(--bgrad);
border-image: var(--bgrad) 1;
border-image-outset: 0 50vmax;
border-image-width: 0 50vmax;
font-size: 1.25em;
}
.survey::before {
content: url(/assets/img/survey.svg);
Expand Down

0 comments on commit f147a13

Please sign in to comment.