diff --git a/themes/theme/templates/style.css b/themes/theme/templates/style.css
index 75ffa44..4bccb83 100644
--- a/themes/theme/templates/style.css
+++ b/themes/theme/templates/style.css
@@ -34,15 +34,25 @@ pre {
text-align: right;
}
-.sidebar img {
+.sidebar .me {
width: 100%;
display: block;
}
-.sidebar p {
+.sidebar .info {
margin-top: 2rem;
}
+.sidebar .contact-icons a {
+ border-bottom: none;
+}
+
+.sidebar .contact-icons img {
+ width: 1.25rem;
+ height: 1.25rem;
+ margin-left: 0.5rem;
+}
+
.topbar {
text-align: center;
margin-bottom: 1.5rem;