Skip to content

Commit 93eaa86

Browse files
Update style.css
Added responsive size to the svg in the footer
1 parent b5dc783 commit 93eaa86

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ body {
4242
color: white;
4343
}
4444

45+
.app-store {
46+
width: 120px; /* Adjust width as needed */
47+
height: auto; /* Maintains the aspect ratio */
48+
max-width: 100%; /* Keeps it responsive */
49+
}
50+
4551
.dark-theme #libraryForm {
4652
box-shadow: 0px 3px 20px #474747, 1px 0px 3px #bd8cbf;
4753
}

0 commit comments

Comments
 (0)