Skip to content

Commit ea45ed9

Browse files
committed
hogya
1 parent a1eaac4 commit ea45ed9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

css/style.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,9 +328,17 @@ footer {
328328
position: fixed;
329329
top: 0;
330330
right: -100%;
331-
width: 75%;
331+
width: min(320px, 80%);
332332
height: 100vh;
333-
background: linear-gradient(180deg, #0b1f2a, #0e2f3f, #0dcaf0);
333+
334+
background: linear-gradient(
335+
180deg,
336+
#0b1f2a 0%,
337+
#0e2f3f 55%,
338+
#0dcaf0 120%
339+
);
340+
341+
display: flex;
334342
flex-direction: column;
335343
padding-top: 90px;
336344
transition: right 0.35s ease;

0 commit comments

Comments
 (0)