diff --git a/static/styles/_wand.scss b/static/styles/_wand.scss index cf488e83..ea7f2743 100644 --- a/static/styles/_wand.scss +++ b/static/styles/_wand.scss @@ -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; diff --git a/static/styles/index.scss b/static/styles/index.scss index 5d655b82..1f306b2b 100644 --- a/static/styles/index.scss +++ b/static/styles/index.scss @@ -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));