12 lines
147 B
CSS
12 lines
147 B
CSS
|
body {
|
||
|
padding-top: 50px;
|
||
|
}
|
||
|
.starter-template {
|
||
|
padding: 40px 15px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.col-form .row .col-xs-2 {
|
||
|
text-align: right;
|
||
|
}
|