Skip to content

Commit

Permalink
#135/ style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
n0macx committed Jan 3, 2022
1 parent 20e847a commit 67b8066
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
9 changes: 1 addition & 8 deletions static/styles/_wand.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,13 @@
width: 100%;
&__wand-wrapper {
width: 100%;
// height: fit-content;
// height: 1000px;
// position: relative;
display: flex;
justify-content: center;
align-items: center;
}

&__wand {
height: 26px;
width: 70%;
// position: absolute;
// left: 227px;
// top: 27px;
width: 90%;
background: url('../assets/img/burn.png');
background-size: cover;
background-position: -7px;
Expand Down
5 changes: 2 additions & 3 deletions static/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,10 @@ body {
flex-direction: column;

&__content {
width: 70%;
height: calc(100% - 124px);
width: 250px;

&-image {
width: 100%;
width: 101%;
height: 100%;
border: 12px solid rgba(173, 25, 132, 0.26);
filter: drop-shadow(13px 17px 11px rgba(0, 0, 0, 0.5));
Expand Down

0 comments on commit 67b8066

Please sign in to comment.