14 lines
186 B
CSS
14 lines
186 B
CSS
|
.container {
|
||
|
color: #000
|
||
|
}
|
||
|
|
||
|
.title {
|
||
|
font-weight: 100;
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 20px;
|
||
|
font-size: 2em
|
||
|
}
|
||
|
|
||
|
table.column-oriented {
|
||
|
margin-top: 50px !important
|
||
|
}
|