MrGithubby / MusicBoxProject

0 stars 0 forks source link

Responsive Design Configuration #25

Closed Ashleighjg closed 2 months ago

Ashleighjg commented 2 months ago

Responsive Design for the Website so that it works on various sized screens

Ashleighjg commented 2 months ago

@media only screen and (max-width: 620px) { / For mobile phones: / .music-app { width: 100%; } }

Ashleighjg commented 2 months ago

Will update once Andrew's css changes merges.