mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
fix tagline banner style
This commit is contained in:
parent
163506e6ea
commit
88767171c5
1 changed files with 1 additions and 22 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue