diff --git a/free-ebooks/styles.css b/free-ebooks/styles.css index a1a8158..4231a49 100644 --- a/free-ebooks/styles.css +++ b/free-ebooks/styles.css @@ -57,7 +57,7 @@ nav ul { display: flex; justify-content: center; flex-wrap: wrap; - gap: 15px; + gap: 20px; } nav ul li { @@ -286,4 +286,4 @@ footer p { .shake-animation { animation: shake 2s ease-in-out infinite alternate; animation-delay: 2s; -} \ No newline at end of file +}