Skip to content

Commit bfd89b2

Browse files
thepushkarajDun-sin
authored andcommitted
fix([crc/style.cssf./src/style.cssstyle.cssix:): added responsiveness to footer
[Crc/style.cssf./src/style.cssstyle.cssix:dded background color '#9580ff' and add and ed color '#ffffff'' also changed font-size on viewport '444px to 1.3rem and did some more minor changes to make it responsive. fix #65
1 parent ac67800 commit bfd89b2

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

src/style.css

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,14 +314,19 @@ footer {
314314
justify-content: center;
315315
font-size: 1.5rem;
316316
position: fixed;
317-
bottom: 1rem;
317+
bottom: 0;
318+
padding: 5px;
318319
width: 100%;
319-
color: #04001a;
320+
color: #ffffff;
321+
background-color: #9580ff;
320322
z-index: 1;
323+
-webkit-box-shadow: 0px -4px 11px 0px rgba(0,0,0,0.75);
324+
-moz-box-shadow: 0px -4px 11px 0px rgba(0,0,0,0.75);
325+
box-shadow: 0px -4px 11px 0px rgba(0,0,0,0.75);
321326
}
322327

323328
a {
324-
color: var(--text-color);
329+
color: #0000FF;
325330
}
326331

327332
@keyframes moveColor {
@@ -371,6 +376,10 @@ a {
371376
.modal-generator {
372377
width: 90vw;
373378
}
379+
380+
footer{
381+
font-size: 1.3rem;
382+
}
374383
}
375384

376385
@media screen and (min-width: 1040px) {

0 commit comments

Comments
 (0)