Skip to content

Instantly share code, notes, and snippets.

@gearmobile
Created April 20, 2019 05:40
Show Gist options
  • Save gearmobile/2735a18a32f283b241d55ce34c22a810 to your computer and use it in GitHub Desktop.
Save gearmobile/2735a18a32f283b241d55ce34c22a810 to your computer and use it in GitHub Desktop.
footer styles
.footer {
margin-bottom: 33px;
}
.footer-wrapper {
width: 1170px;
margin: 0 auto;
padding: 0 15px;
}
.footer-block {
background: #f4f7f6;
padding: 28px 0;
margin-bottom: 70px;
}
.footer-socials {
display: flex;
justify-content: center;
align-items: center;
list-style-type: none;
padding: 0;
margin: 0;
}
.socials-item {
margin-right: 30px;
}
.socials-item:last-child {
margin-right: 0;
}
.socials-link {
display: block;
width: 20px;
height: 20px;
background-repeat: no-repeat;
background-size: 20px;
background-position: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment