diff --git a/frontend/src/Components/LandingPage.tsx b/frontend/src/Components/LandingPage.tsx index 89ceee46b1915c8a8cd5fb1f26a6431fcb8494e2..f0b63c172f62af8cab585863c86eea68df0feb3d 100644 --- a/frontend/src/Components/LandingPage.tsx +++ b/frontend/src/Components/LandingPage.tsx @@ -37,9 +37,8 @@ class LandingPage extends React.Component<props, state> { <div className={'welcome-svg'}> <LandingpageSvg /> </div> - <p className={'welcome-p'}>Welcome to this interactive gallery! In here you will find unique art pieces, - consisting of a quote and SVG. If you turn up your volume you may hear some wonderful tunes to - accompony you during the viewing. You can change settings to get your desired look! You can also + <p className={'welcome-p'}>Welcome to this interactive gallery! Here you will find unique art pieces, + consisting of a quote and SVG. By clicking on the settings icon you can turn on some music and get your desired look! You can also save these settings for future appretiation of the art pieces. </p> <div className={'favorites'}> diff --git a/frontend/src/Media/250-milliseconds-of-silence.mp3 b/frontend/src/Media/250-milliseconds-of-silence.mp3 deleted file mode 100644 index 482395f021ca95e262c57c8238a974c5ef909f50..0000000000000000000000000000000000000000 Binary files a/frontend/src/Media/250-milliseconds-of-silence.mp3 and /dev/null differ diff --git a/frontend/src/Style/ArtPage.css b/frontend/src/Style/ArtPage.css index 9c9520a0148517b5cc3c21048a3976c4d896ee19..4feb91f33daf7c9541b83273e90048ec7574fda0 100644 --- a/frontend/src/Style/ArtPage.css +++ b/frontend/src/Style/ArtPage.css @@ -35,10 +35,6 @@ font-size: 2.7vh; } -svg{ - border: 0.1vw solid black; -} - .svg-artwork { margin-top: 5vh; width: 20%; @@ -52,10 +48,6 @@ svg{ margin-top: 2vw; } -/* .settings-icon { - margin-right: 2vh; - margin-top: 2vw; -} */ .favorite-button { grid-area: favorite; diff --git a/frontend/src/Style/LandingPage.css b/frontend/src/Style/LandingPage.css index e15eb56f75594317a05e519db13c1c4fffa55ac9..0e94a84f8b8bad5a8ab15c36e837e026da3e582b 100644 --- a/frontend/src/Style/LandingPage.css +++ b/frontend/src/Style/LandingPage.css @@ -118,7 +118,6 @@ ul { .welcome-p { margin: 1vh; - /* margin-bottom: 1px; */ display: none; }