styling
This commit is contained in:
parent
ca5b31d946
commit
bec9f701be
1 changed files with 4 additions and 1 deletions
|
@ -64,7 +64,7 @@ ol , ul{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#intro-text {
|
#intro-text {
|
||||||
background-color: #232323;
|
background-color: #333;
|
||||||
.container {
|
.container {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 35px;
|
margin-top: 35px;
|
||||||
|
@ -82,6 +82,9 @@ 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 {
|
.panel-body {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
@media screen and (max-width: @screen-xs-max) {
|
@media screen and (max-width: @screen-xs-max) {
|
||||||
|
|
Reference in a new issue