diff --git a/src/index.html b/src/index.html index 972678b242..8c593777ef 100644 --- a/src/index.html +++ b/src/index.html @@ -9,8 +9,11 @@
- APPLE A1419 iMac 27 Retina 5K Monoblock (MNED2UA/A) + APPLE A1419 iMac 27 Retina 5K Monoblock (MNED2UA/A)

diff --git a/src/styles/blocks/card.scss b/src/styles/blocks/card.scss index f0e8659823..72a2550b82 100644 --- a/src/styles/blocks/card.scss +++ b/src/styles/blocks/card.scss @@ -23,13 +23,9 @@ &__item { display: flex; align-items: center; - position: absolute; box-sizing: border-box; width: $blocks-width; - height: 36px; - top: 207px; - left: 17px; &-name { font-family: Roboto, Helvetica, sans-serif; @@ -42,11 +38,6 @@ } &-code { - position: fixed; - - width: 98px; - height: 14px; - top: 247px; left: $blocks-left; font-family: $font-family; @@ -70,7 +61,6 @@ width: $blocks-width; height: $block-height; - top: 277px; left: $blocks-left; &-value { diff --git a/src/styles/blocks/stars.scss b/src/styles/blocks/stars.scss index 2b6a3f66c0..35bd95450c 100644 --- a/src/styles/blocks/stars.scss +++ b/src/styles/blocks/stars.scss @@ -1,5 +1,3 @@ -@use "../utils/variables" as *; - .stars { display: flex;