Skip to content

Commit

Permalink
update index.html and style.css: move price list section for improved…
Browse files Browse the repository at this point in the history
… layout and adjust navigation link width for better alignment
  • Loading branch information
Martin-Atanasov123 committed Jan 2, 2025
1 parent 443e827 commit 062b369
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
25 changes: 13 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,18 +110,7 @@ <h2>Services</h2>


<div id="section4">
<div class="price-list">
<h2>Price</h2>

<p>
Criteria for evaluating the restoration of the item. For each knife, they are personal and depend on
the
condition of the knife itself and the customer's requests, and subsequently it is calculated how
much
everything will cost.
</p>

</div>


<div class="gallery">

Expand Down Expand Up @@ -155,6 +144,18 @@ <h2>Gallery</h2>
</div>
</div>
</div>
<div class="price-list">
<h2>Price</h2>

<p>
Criteria for evaluating the restoration of the item. For each knife, they are personal and depend on
the
condition of the knife itself and the customer's requests, and subsequently it is calculated how
much
everything will cost.
</p>

</div>
<!-- </div> -->


Expand Down
3 changes: 2 additions & 1 deletion things/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,9 @@ nav ul li a {
justify-content: center;
flex-direction: column;
align-items: center;
justify-self: center;
padding: 1em;

width: 80%;
background-color: #2e2c2c;
border: 6px solid #733635;
border-radius: 2em;
Expand Down

0 comments on commit 062b369

Please sign in to comment.