nav minor fixes

This commit is contained in:
aneuhmanh 2025-02-17 11:47:09 +02:00
parent d735e0b85b
commit 3d146e87e7
3 changed files with 5 additions and 16 deletions

View File

@ -11,7 +11,7 @@ body {
flex-direction: column;
align-items: center;
justify-content: flex-start;
background-color: #3f3242;
background-color: #05040A;
}
.content {
flex: 1;

View File

@ -7,11 +7,6 @@
<body>
{% include 'navbar.html' %}
<style>
body {
margin: 0;
background-color: #05040A;
}
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
.card {
width: 353px;
height: auto;

View File

@ -32,10 +32,10 @@
class="translate-hover-icon">
</div>
<nav class="menu">
<a href="#">ВИДЕО</a>
<a href="#">АРТЫ</a>
<a href="#">МАНГА</a>
<a href="#">ГИФКИ</a>
<a href="/videos">ВИДЕО</a>
<a href="/">АРТЫ</a>
<a href="/comics">МАНГА</a>
<a href="/gifs">ГИФКИ</a>
</nav>
<div class="auth-container">
<div class="discord-icon-container">
@ -48,12 +48,6 @@
</div>
</div>
<style>
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
body {
margin: 0;
font-family: Arial, sans-serif;
background-color: #05040A;
}
.navbar {
width: 100%;
max-width: 1500px;