V
V
Vova Budnyak2017-03-31 23:01:45
Google Fonts
Vova Budnyak, 2017-03-31 23:01:45

FA icons do not increase through font-size?

HTML

<i href="#" class="fa fa-bars hamburger " aria-hidden="true"></i>e"></i>

css- _
.hamburger{
    color:white;
    position: fixed;
    z-index: 100;
    margin-left:94vw;
    font-size:2.3vh;
    transition: 0.25s;
    top:8vh;
    text-decoration: none;
}

as soon as you don't change the font-size , the icon is the same.
after 2x 3x 4x... I don't want to, the size does not change on a larger or smaller screen

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question