1
Fork 0

Removed panel

This commit is contained in:
Jake Howard 2015-11-11 14:04:37 +00:00
parent 61a056fad4
commit e2b5daaed1

View file

@ -82,10 +82,6 @@ ol , ul{
text-align: center; text-align: center;
margin-top: 35px; margin-top: 35px;
margin-bottom: 35px; margin-bottom: 35px;
.panel {
margin-bottom: 0;
}
.panel-body {
font-size: 16px; font-size: 16px;
@media screen and (max-width: @screen-xs-max) { @media screen and (max-width: @screen-xs-max) {
.wrapper, .wrapper,
@ -117,6 +113,7 @@ ol , ul{
color: white; color: white;
margin: 0 auto; margin: 0 auto;
background-color: red; background-color: red;
.box-shadow(0px 4px 5px 2px rgba(0,0,0,0.7));
&:hover .project { &:hover .project {
opacity: 1; opacity: 1;
@ -139,5 +136,4 @@ ol , ul{
} }
} }
} }
}
/* @end Homepage*/ /* @end Homepage*/