simpler way to display contact info in header

This commit is contained in:
Joel Glovier
2018-05-15 13:55:59 -04:00
parent a9cf12bd87
commit 20e7f7d17d
3 changed files with 14 additions and 4 deletions
+2 -1
View File
@@ -36,7 +36,7 @@
text-align: center;
letter-spacing: -.15rem;
line-height: 1;
margin: 1rem 0 2rem;
margin: 1rem 0 0;
}
.header-contact-info {
@@ -49,6 +49,7 @@
.title-bar {
@include section_border;
margin-top: 2rem;
padding: .4rem 0;
@include clearfix;