Jump to content
  • 0

Список покидает див


DeZ
 Share

Question

Решение нашел. 

Цитата
.technology__top{
    background-image: url(../images/tech-bg.png);
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
    min-height: 110vh;
}
 
.technology__top-inner{
    position: relative;
}

Заменил на 

Цитата
.technology__top{
    background-image: url(../images/tech-bg.png);
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
   
}
 
.technology__top-inner{
    position: relative;
    min-height: 110vh;
}

Всем привет. Список выходит из дива. При этом, другие элементы в диве отображаются корректно. Не могу найти причину.

Нужно чтобы список был под кнопкой ПЛЕЙ...

 

 

 

Цитата
<section class="technology">
        <div class="technology__top">
            <div class="container">
                <div class="technology__top-inner">
                    <button class="popup-btn technology__btn">
                        <svg width="70" height="70" viewBox="0 0 70 70" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <path d="M52.6733 34.5L26.1634 49.6554V19.3446L52.6733 34.5Z" fill="white"/>
                            <circle cx="35" cy="35" r="34" stroke="white" stroke-width="2"/>
                            </svg>
                            <span>Play video</span>
                    </button>
                       
                        <h3 class="technology__title">MICRO TECHNOLOGY</h3>
                        <ol class="technology__list">
                            <li class="technology__list-item">First PVC rail layer </li>
                            <li class="technology__list-item">Second PVC rail layer </li>
                            <li class="technology__list-item">Thin diamond grooving split-pad</li>
                            <li class="technology__list-item">Strong Tarpaulin layer </li>
                            <li class="technology__list-item">V-Drop Stitch core</li>
                        </ol>                  
                        </div>
            </div>
        </div>
                <div class="gallery">
                <div class="container">
                    <div class="gallery__inner">
                        <div class="gallery__box">
                            <p class="gallery__text">
                                Our new Micro technology provides a featherweight and quality construction that can be rolled and packed into a backpack half the width of a standard iSUP package. The reduced pad and our twin Click Fin system make it possible to have a regular sized iSUP packed into minimal space.
                            </p>
                            <div class="gallery-min">
                                <img class="gallery-min__img" src="images/gmin-1.jpg" alt="">
                                <img class="gallery-min__img" src="images/gmin-2.jpg" alt="">
                                <img class="gallery-min__img" src="images/gmin-3.jpg" alt="">
                            </div>
                        </div>
                            <div class="gallery-max">
                                <img classs="gallery-max__img" src="images/gmax-1.jpg" alt="">
                                <img classs="gallery-max__img" src="images/gmax-2.jpg" alt="">
                                <img classs="gallery-max__img" src="images/gmax-3.jpg" alt="">
                                <img classs="gallery-max__img" src="images/gmax-4.jpg" alt="">
                                <img classs="gallery-max__img" src="images/gmax-5.jpg" alt="">
                                <p class="gallery-max__text">ENJOY YOUR LIFE</p>
                                <img classs="gallery-max__img" src="images/gmax-6.jpg" alt="">
                            </div>
                    </div>
                </div>
            </div>
    </section>

 

 

1.jpg

Edited by DeZ
дополнил.
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy