Skip to content

Instantly share code, notes, and snippets.

@klebercode
Created August 24, 2019 13:02
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 klebercode/ac8b5238db725e53c2dd9617a5a35c62 to your computer and use it in GitHub Desktop.
Save klebercode/ac8b5238db725e53c2dd9617a5a35c62 to your computer and use it in GitHub Desktop.
.container-fluid {
margin: 3rem auto;
max-width: 62%;
}
/* Header */
header {
border-bottom: 1px solid gray;
margin-bottom: 3rem;
}
header div {
line-height: 3rem;
vertical-align: middle;
}
/* Sidebar */
aside li {
cursor: pointer;
padding: 2rem 0;
opacity: 0.75;
font-size: 1.9rem;
}
aside li.active,
aside li:hover {
opacity: 1
}
aside img {
width: 2.6rem;
}
/* Contact details */
article h2 ,
article dd {
margin: 0 0 2rem 0;
}
article img {
width: 7rem;
}
article a {
color: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment