Skip to content
Snippets Groups Projects
Commit ebc1c780 authored by Walmes Marques Zeviani's avatar Walmes Marques Zeviani
Browse files

Improves CSS and book cover position on index.

parent e49a4f38
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ table > caption {
/* References ------------------------------ */
.book .book-body .page-wrapper .page-inner div.references p {
text-indent: -1em;
text-indent: -1em !important;
margin-left: 1em;
text-align: left;
}
......
......@@ -44,7 +44,7 @@ complement: >
<!-- Imagem de capa. -->
```{r, echo = FALSE, results = "asis", eval = isOutput("html")}
img <- '# {-}\n\n<img src="./config/mpaer-cover.png" width="350" alt="Manual de Planejamento e Análise de Experimentos com R" style="box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.6);"/>'
img <- '# {-}\n\n<div><img src="./config/mpaer-cover.png" width="350" alt="Manual de Planejamento e Análise de Experimentos com R" style="box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.6);"/></div>'
cat(img, "\n")
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment