Removed panel
This commit is contained in:
parent
61a056fad4
commit
e2b5daaed1
1 changed files with 45 additions and 49 deletions
|
@ -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;
|
||||||
|
@ -138,6 +135,5 @@ ol , ul{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
/* @end Homepage*/
|
/* @end Homepage*/
|
Reference in a new issue