Skip to content

Commit

Permalink
add small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AkifAkhmedov committed Jan 14, 2024
1 parent 1f072f3 commit a9a7f8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
7 changes: 5 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@
</head>
<body>
<div class="card" data-qa="card">
<img class="card__image" src="../src/images/imac.jpeg"
alt="APPLE A1419 iMac 27 Retina 5K Monoblock (MNED2UA/A)">
<img
class="card__image"
src="../src/images/imac.jpeg"
alt="APPLE A1419 iMac 27 Retina 5K Monoblock (MNED2UA/A)"
>

<div class="card__item">
<h2 class="card__item-name">
Expand Down
10 changes: 0 additions & 10 deletions src/styles/blocks/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -42,11 +38,6 @@
}

&-code {
position: fixed;

width: 98px;
height: 14px;
top: 247px;
left: $blocks-left;

font-family: $font-family;
Expand All @@ -70,7 +61,6 @@

width: $blocks-width;
height: $block-height;
top: 277px;
left: $blocks-left;

&-value {
Expand Down
2 changes: 0 additions & 2 deletions src/styles/blocks/stars.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@use "../utils/variables" as *;

.stars {
display: flex;

Expand Down

0 comments on commit a9a7f8a

Please sign in to comment.