|
1234567891011121314151617181920212223242526 |
-
-
- body {
- font-family: 'Lato', sans-serif !important;
- min-height: 400px;
- clear: both;
- }
-
- main > .container {
- padding: 60px 15px 0;
- }
-
- .carousel-control-next,
- .carousel-control-prev,
- .carousel-indicators {
- filter: invert(100%);
- }
|