Skip to content

Commit

Permalink
Remove intro background image
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee committed Jan 9, 2021
1 parent 701c5ec commit d801777
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 165 deletions.
12 changes: 0 additions & 12 deletions app/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,6 @@ footer li:hover {
width: auto;
}

.intro {
max-width: 100%;
height: unset;
}

.main {
display: flex;
position: relative;
Expand Down Expand Up @@ -269,13 +264,6 @@ select {
width: auto;
}

.intro {
max-width: unset;
height: unset;
margin-bottom: -3rem;
margin-right: -7rem;
}

.main {
@apply flex-1;
@apply self-center;
Expand Down
2 changes: 0 additions & 2 deletions app/ui/intro.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const html = require('choo/html');
const assets = require('../../common/assets');

module.exports = function intro(state) {
return html`
Expand All @@ -13,7 +12,6 @@ module.exports = function intro(state) {
<p class="max-w-sm leading-loose mt-6 md:mt-2 md:pr-14">
${state.translate('introDescription')}
</p>
<img class="intro" src="${assets.get('intro.svg')}" />
</div>
</send-intro>
`;
Expand Down
Loading

0 comments on commit d801777

Please sign in to comment.