diff --git a/www/css/style.css b/www/css/style.css index 13602d0..72ae02e 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -22,10 +22,20 @@ nav ul { align-items: center; text-align: right; } -nav ul li:hover { - background-color: #6688cc; - border-color: #ffffff; - box-shadow: 0 0 30px #6688CC; + +nav a{ + padding: 15px 5px; + display: block; + text-decoration: none; + text-align: center; + color: white; +} + +a:hover { + border-radius: 15px; + list-style-type: none; + background-color: #273A56; + margin: 5px; } nav ul li a { @@ -41,7 +51,7 @@ nav ul li { nav img { max-width: 220px; - max-height: 60px; + height: 60px; justify-content: left; } @@ -56,9 +66,7 @@ footer { footer p { margin: auto; -} -#update { - font-size: 0,1rem; + height: 60px; } /****************************/ @@ -134,7 +142,7 @@ footer p { .lore table{ width: 100%; position: sticky; - top: 1px; + top: 60px; border: 2px solid #FFEFE5; margin-left: auto; margin-right: auto; diff --git a/www/index.html b/www/index.html index 884cc36..dd488e7 100644 --- a/www/index.html +++ b/www/index.html @@ -60,7 +60,7 @@ \ No newline at end of file