We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4447a commit ed01184Copy full SHA for ed01184
public/images/header.png
58.8 KB
src/pages/index.astro
@@ -60,7 +60,7 @@ const paddedStamps = Array(copies).fill(stamps).flat();
60
width: 134.5%;
61
left: -17.2%;
62
overflow: visible;
63
- background: #597997;
+ background: #597997 url('/images/header.png') center/cover no-repeat;
64
}
65
66
.logo-wrap {
@@ -174,8 +174,14 @@ const paddedStamps = Array(copies).fill(stamps).flat();
174
Heights doubled so they appear the same relative size after scaling.
175
───────────────────────────────────────────────────────────────────────── */
176
@media (max-width: 1020px) {
177
+ .header,
178
+ .subheader {
179
+ width: 100%;
180
+ left: 0;
181
+ }
182
+
183
- left: 110px;
184
+ left: -55px;
185
186
187
.subheader:not(.stamps) {
0 commit comments