Untitled

 avatar
unknown
plain_text
2 years ago
351 B
7
Indexable
@media screen and (max-width: 375px) {
    .follow-title{
        font-size: 20px;
        margin-top: 40rem;
        font-size: 3rem;
    }
    .footer-container{
        position: absolute;
    }   
    .header-menu{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
}
Editor is loading...