diff --git a/README.md b/README.md index 813da06..80dc08e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ Implementação do [jogo da vida](https://pt.wikipedia.org/wiki/Jogo_da_vida) em --- +| Software | Hardware | +| :----------------------------------------: | :-----------------------------------------: | +| ![software](https://imgur.com/8LuLnBr.png) | ![hardware](https://imgur.com/v3XmHx1.png) | + ## Contribuindo Pull requests são sempre bem vindos, posso ter esquecido de alguma coisa, ou me passado em algo. Se for uma mudança grande, abre uma Issue antes pra gente discutir as mudanças. Obrigado! diff --git a/docs/style.css b/docs/style.css index 046885c..d8756fc 100644 --- a/docs/style.css +++ b/docs/style.css @@ -10,6 +10,7 @@ body { align-items: center; gap: 20px; background: #111111; + margin: 20px auto; } h1, @@ -17,7 +18,6 @@ h2, p { font-family: "Courier New", Courier, monospace; color: #4af626; - margin-top: 20px; } .card {