We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1eaac4 commit ea45ed9Copy full SHA for ea45ed9
1 file changed
css/style.css
@@ -328,9 +328,17 @@ footer {
328
position: fixed;
329
top: 0;
330
right: -100%;
331
- width: 75%;
+ width: min(320px, 80%);
332
height: 100vh;
333
- background: linear-gradient(180deg, #0b1f2a, #0e2f3f, #0dcaf0);
+
334
+ background: linear-gradient(
335
+ 180deg,
336
+ #0b1f2a 0%,
337
+ #0e2f3f 55%,
338
+ #0dcaf0 120%
339
+ );
340
341
+ display: flex;
342
flex-direction: column;
343
padding-top: 90px;
344
transition: right 0.35s ease;
0 commit comments