guitar-strings-123 / capstone-project

0 stars 1 forks source link

fix: stick footer on bottom when scrolling #192

Closed bryceAM closed 1 year ago

bryceAM commented 1 year ago

style/App.css

.footer {
  position:fixed;
  bottom: 0px;
  left: 0px;
...