Skip to content
Snippets Groups Projects
Commit 264647e8 authored by Tommy Eikrem Woldseth's avatar Tommy Eikrem Woldseth
Browse files

Merge branch 'smallfix' into 'master'

Small fixes

See merge request it2810-h20/team-75/prosjekt-2!19
parents ab1bb45d 1ae2e765
Branches testing/frontend
No related tags found
No related merge requests found
......@@ -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'}>
......
File deleted
......@@ -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;
......
......@@ -118,7 +118,6 @@ ul {
.welcome-p {
margin: 1vh;
/* margin-bottom: 1px; */
display: none;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment