add comprehensive SCSS styling for the Clicks2Cart theme's header, hero, and collection sections.
This commit is contained in:
parent
0cfe4c8b85
commit
7ff67cda0e
@ -187,16 +187,19 @@ header#top {
|
||||
position: relative;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
min-height: 600px;
|
||||
background-size: 100% auto;
|
||||
min-height: 1000px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
max-width: 1000px;
|
||||
margin: 0 auto;
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 40px;
|
||||
padding-bottom: 100px;
|
||||
padding-top: 250px;
|
||||
overflow: hidden;
|
||||
|
||||
&::before {
|
||||
|
||||
@ -88,9 +88,8 @@
|
||||
</section>
|
||||
|
||||
<!-- Who we are? -->
|
||||
<section class="s_who_we_are bg-white">
|
||||
<div class="container py-5">
|
||||
<div class="who-we-are-wrapper" style="background-image: url('https://landing.engotheme.com/html/jenstore/demo/img/who.png');">
|
||||
<section class="s_who_we_are bg-white container-fluid p-0" style="background-image: url('https://landing.engotheme.com/html/jenstore/demo/img/who.png');">
|
||||
<div class="who-we-are-wrapper" >
|
||||
<h2 class="title">who we are ?</h2>
|
||||
<p class="description px-lg-5">
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
|
||||
@ -109,7 +108,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Shop by collection -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user