Skip to content

Instantly share code, notes, and snippets.

@alexbaldwin
Created December 18, 2015 20:37
Show Gist options
  • Save alexbaldwin/d20bc84a60dd2c202da6 to your computer and use it in GitHub Desktop.
Save alexbaldwin/d20bc84a60dd2c202da6 to your computer and use it in GitHub Desktop.
Make the visitor photo larger
.photo img {
width: 400px;
border-radius: 50%;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
}
.visitor-info {
width: 100%;
text-align: center;
}
.photo + .visitor-info {
width: 600px;
text-align: left;
float: right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment