fix about page
This commit is contained in:
parent
6f3b9db5c1
commit
83dde746f6
|
@ -3,6 +3,36 @@ img.textwrap-right {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.well {
|
||||||
|
margin-top:-20px;
|
||||||
|
background-color:#007FBD;
|
||||||
|
border:2px solid #0077B2;
|
||||||
|
text-align:center;
|
||||||
|
cursor:pointer;
|
||||||
|
font-size: 25px;
|
||||||
|
padding: 15px;
|
||||||
|
border-radius: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.well:hover {
|
||||||
|
margin-top:-20px;
|
||||||
|
background-color:#0077B2;
|
||||||
|
border:2px solid #0077B2;
|
||||||
|
text-align:center;
|
||||||
|
cursor:pointer;
|
||||||
|
font-size: 25px;
|
||||||
|
padding: 15px;
|
||||||
|
border-radius: 0px !important;
|
||||||
|
border-bottom : 2px solid rgba(97, 203, 255, 0.65);
|
||||||
|
}
|
||||||
|
|
||||||
|
.bg_blur
|
||||||
|
{
|
||||||
|
background-image:url('http://data2.whicdn.com/images/139218968/large.jpg');
|
||||||
|
height: 300px;
|
||||||
|
background-size: cover;
|
||||||
|
}
|
||||||
|
|
||||||
.follow_btn {
|
.follow_btn {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -71,7 +101,6 @@ img.textwrap-right {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.header{
|
.header{
|
||||||
text-align : center;
|
text-align : center;
|
||||||
|
@ -81,5 +110,3 @@ img.textwrap-right {
|
||||||
margin-top : 30px;
|
margin-top : 30px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue