fix tagline banner style

This commit is contained in:
Sacha Greif 2015-02-11 19:43:42 +09:00
parent 163506e6ea
commit 88767171c5

View file

@ -15,28 +15,7 @@ $medium-break: 50em;
.tagline{
text-align: center;
margin: 30px 0 20px 0;
position: relative;
overflow: hidden;
text-align: center;
font-size: 19px;
font-size: 22px;
font-weight: normal;
span{
position: relative;
display: inline-block;
background: #EEEEEE;
margin: 0 auto;
z-index: 100;
padding: 0 15px;
}
&:after{
position: absolute;
content: " ";
display: block;
top: 50%;
left: 0px;
height: 1px;
background: rgba(0,0,0,0.2);
width: 100%;
z-index: 10;
}
}