Skip to content

Commit 3bd14d9

Browse files
added media queries to radial gradient percentages in an attempt to keep the circle mostly in view
1 parent 6d86d4c commit 3bd14d9

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

application/static/css/style.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,19 @@ p {
286286
.intro {
287287
justify-content: center;
288288
height: 45%;
289+
background: radial-gradient(circle,#FF6000 20%,#DCC9BD 20% ,black 200%);
290+
}
291+
}
292+
293+
@media screen and (min-width: 2140px) {
294+
.intro {
295+
background: radial-gradient(circle,#FF6000 17%,#DCC9BD 17% ,black 200%);
296+
}
297+
}
298+
299+
@media screen and (min-width: 3110px) {
300+
.intro {
301+
background: radial-gradient(circle,#FF6000 12%,#DCC9BD 12% ,black 200%);
289302
}
290303
}
291304

0 commit comments

Comments
 (0)