Skip to content

Commit

Permalink
header and text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ElizabethBil committed Oct 5, 2023
1 parent 017cc60 commit f973f7e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 15 deletions.
8 changes: 6 additions & 2 deletions src/css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ padding-bottom: 62px;




@media screen and (min-width: 768px) {
.section-about-us{
background-image: url(/img/about/ornamet-about-tablet.png);
Expand Down Expand Up @@ -56,10 +57,12 @@ padding-bottom: 62px;

.about-us-text{
font-size: 14px;
letter-spacing: -0.04em;
letter-spacing: 0.02em;
max-width: 335px;

}



.img-about-us{
width: 335px;
height: 499px;
Expand All @@ -79,6 +82,7 @@ padding-bottom: 62px;
.about-us-text{
font-size: 16px;
max-width: 704px;
letter-spacing: 0.05em;
}
}
@media screen and (min-width: 1280px){
Expand Down
8 changes: 8 additions & 0 deletions src/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.page-header {
margin: 0 auto;
padding-top: 20px;
padding-bottom: 2px;
position: sticky;
top: 0;
z-index: 99999;
Expand Down Expand Up @@ -92,6 +93,13 @@
margin-right: auto;
padding: 20px;
}

@media screen and (max-width: 374px) {
.header-content-container {
width: 100%;
}
}

.header-mobile-list {
display: flex;
gap: 32px;
Expand Down
25 changes: 12 additions & 13 deletions src/partials/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,22 @@ <h2 class="about-us-title">About Us</h2>
<ul class="about-us-list">
<li class="about-us-iteam">
<p class="about-us-text">
The store "Vyshyvanka Vibes" is a place where traditional Ukrainian
vyshyvanka comes to life with new zest and style. Our store offers a
wide selection of high-quality and authentic embroidery, which
combines the elegance of traditional needlework and modern design.
The store ORNAM is a place where traditional Ukrainian vyshyvanka
comes to life with new zest and style. Our store offers a wide
selection of high-quality and authentic embroidery, which combines
the elegance of traditional needlework and modern design.
</p>
</li>
<li class="about-us-iteam">
<p class="about-us-text">
In "Vyshyvanka Vibes" you will find various models of embroidery,
from classic to modern, corresponding to the latest fashion trends.
Our embroidery is made using natural fabrics and is embroidered by
highly qualified craftsmen who convey the beauty of Ukrainian
culture in every detail.We believe that vyshyvanka is not just
clothing, but a symbol of national pride, the heritage of our
ancestors and a way of expressing one's individuality. Each
embroidery from "Vyshyvanka Vibes" has its own unique history and
symbolism, which gives it a special meaning.
In ORNAM you will find various models of embroidery, from classic to
modern, corresponding to the latest fashion trends. Our embroidery
is made using natural fabrics and is embroidered by highly qualified
craftsmen who convey the beauty of Ukrainian culture in every
detail.We believe that vyshyvanka is not just clothing, but a symbol
of national pride, the heritage of our ancestors and a way of
expressing one's individuality. Each embroidery from ORNAM has its
own unique history and symbolism, which gives it a special meaning.
</p>
</li>
</ul>
Expand Down

0 comments on commit f973f7e

Please sign in to comment.