Skip to content

Instantly share code, notes, and snippets.

@vsecoder-old-account
Created June 4, 2020 09:54
Show Gist options
  • Save vsecoder-old-account/f374ed7e797f1c001a31efe3d9ec7df3 to your computer and use it in GitHub Desktop.
Save vsecoder-old-account/f374ed7e797f1c001a31efe3d9ec7df3 to your computer and use it in GitHub Desktop.
.phone {
display: none;
}
@media (max-width:1000px) {
.check {
color: #234bfc;
}
.svg {
width: 30px;
}
.phone {
display: block;
width: 100%;
height: 50px;
text-align: center;
position: fixed;
right: 0;
left: 0;
bottom: 0;
padding-top: 10px;
border-top: 2px solid black;
}
.nav-p {
margin-top: 0;
font-size: 12px;
}
.jj {
display: inline-block;
margin: 10px;
margin-top: 0;
color: black;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment