Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onetoocreativeagency/60821725b20a40ee669933d8c0e7ac41 to your computer and use it in GitHub Desktop.
Save onetoocreativeagency/60821725b20a40ee669933d8c0e7ac41 to your computer and use it in GitHub Desktop.
<style>
.links-container {
display: none;
}
@media only screen and (max-width: 1500px) {
.links-container {
display: block;
}
.quick-link {
display: block;
border: solid 1px black;
padding: 20px;
text-align: center;
margin-bottom: 15px;}
.quick-link:hover {
background-color: rgba(33,35,38,1);
color: white;
transition: all ease 1s;
}
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment