Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor-sketch committed Jul 23, 2024
1 parent af24025 commit edad31e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@

footer {
margin-top: 20px;
padding: 20px 0;
padding: 10px 0;
padding-left: 20px;
display: flex;
justify-content: start;
align-items: start;
Expand Down Expand Up @@ -188,10 +189,6 @@
text-align: center;
}

footer p:first-child {
margin-top: 20px;
}

@media (max-width: 400px) {
.drawingarea {
grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
Expand Down Expand Up @@ -294,8 +291,7 @@
<body>
<div class="content">
<header>
<p>Back to <a href="https://dorpascal.com" target="_blank" aria-label="Dor Pascal's WebSite"
title="Dor Pascal's WebSite">Dor Pascal's WebSite</a></p>

<a href="https://github.com/Dor-sketch/game-of-life-ai" target="_blank" aria-label="View source on GitHub"
title="View source on GitHub">
<svg height="32" class="octicon octicon-mark-github" viewBox="0 0 16 16" version="1.1" width="32"
Expand Down Expand Up @@ -324,6 +320,9 @@ <h1>Conway's Game of Life</h1>
<button onclick="performNextGeneration()">Next</button>
</div>
</div>
<footer>
<p>Dessigned by <a href="https://dorpascal.com" target="_blank" aria-label="Dor Pascal" title="Dor Pascal">Dor
Pascal </a> &copy; 2024 | <a href="./about/" title="About" aria-label="About">Getting Started</a></p>

<script>
const INITIAL_BOARD_SIZE = 30;
Expand Down

0 comments on commit edad31e

Please sign in to comment.