fix css bug

This commit is contained in:
Tommy Parnell
2015-06-28 23:39:16 -04:00
parent 7554b0fdbb
commit 105be8e7aa

View File

@@ -58,15 +58,14 @@ textarea {
}
}
.stick {
@media(min-width: 992px){
.stick {
position: fixed;
top: 0;
width: 100%;
height: 15%;
z-index: 10000;
}
@media(min-width: 992px){
.header.stick{
border-top: 0px;
padding-top: 0px;
@@ -85,7 +84,7 @@ textarea {
margin-top: 10%;
}
.profile-image{
.stick > * > * > .profile-image{
width: 120px;
}