Skip to content

Instantly share code, notes, and snippets.

@pkakelas
Created December 3, 2019 20:06
Show Gist options
  • Save pkakelas/ca1ad43221890d44f2ff517d12bae465 to your computer and use it in GitHub Desktop.
Save pkakelas/ca1ad43221890d44f2ff517d12bae465 to your computer and use it in GitHub Desktop.
.page-header {
margin: 2%;
padding-bottom: 20px;
border-bottom-width:1px;
border-bottom-color: grey;
border-bottom-style: dotted;
}
.page-header h1 {
font-weight: bold;
}
.page-header h1, .page-header h2 {
margin-bottom: 1%;
}
.page-header p, .page-header h1, .page-header h2 {
text-align: center
}
.flexbox-row-container {
display: -ms-flex;
display: -webkit-flex;
display: flex;
}
.flexbox-row-container > div {
width: 50%;
padding: 10px;
}
.image img {
width: 90%;
}
.flexbox-row-container > div:first-child {
margin-right: -1%;
width: 40%;
}
.flexbox-row-container:nth-child(2) {
padding-top: 15px;
}
.flexbox-row-container .description {
padding-top: 10%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment