switched hr line to a inline or

This commit is contained in:
Adnan Hajar
2018-07-03 15:40:38 -04:00
parent dcf199c0aa
commit 9764ac6848
2 changed files with 30 additions and 6 deletions

View File

@ -21,3 +21,20 @@
transform: translateY(-50%);
margin-top: 50%;
}
.or-line{
margin-top:32px;
margin-bottom:32px;
div{
width: 100%;
height: 20px;
border-bottom: 1px solid #d3d3d3;
text-align: center;
span{
font-size: 150%;
background-color: #ffffff;
padding: 0 10px;
color: #d3d3d3
}
}
}