16 lines
180 B
CSS
16 lines
180 B
CSS
|
.slides {
|
||
|
margin-top: 5px !important;
|
||
|
}
|
||
|
|
||
|
.two-cols ul, .two-cols h3 {
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
.align-left {
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
.align-left h2, h3 {
|
||
|
text-align: center;
|
||
|
}
|