Skip to content

Instantly share code, notes, and snippets.

@AlexArchive
Created February 6, 2015 18:32
Show Gist options
  • Save AlexArchive/13a3bcaf86534da209c2 to your computer and use it in GitHub Desktop.
Save AlexArchive/13a3bcaf86534da209c2 to your computer and use it in GitHub Desktop.
.landing-page > section {
margin-bottom: 80px;
}
.section-header {
margin: 50px 0;
}
.section-projects .icon-container {
margin: 0 auto;
width: 100px;
height: 100px;
line-height: 100px;
font-size: 45px;
text-align: center;
border-radius:50%;
color: #04a404;
border: 2px #04a404 solid;
}
.projects-name {
margin: 30px 0;
}
.project-container {
margin-bottom: 30px;
}
.landing-page > section {
margin-bottom: 80px;
}
.section-header {
margin: 50px 0;
}
.section-projects .icon-container {
margin: 0 auto;
width: 100px;
height: 100px;
line-height: 100px;
font-size: 45px;
text-align: center;
border-radius:50%;
color: #04a404;
border: 2px #04a404 solid;
}
.projects-name {
margin: 30px 0;
}
.project-container {
margin-bottom: 30px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment