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; flex-direction: column;
align-items: center; align-items: center;
justify-content: flex-start; justify-content: flex-start;
background-color: #3f3242; background-color: #05040A;
} }
.content { .content {
flex: 1; flex: 1;

View File

@ -7,11 +7,6 @@
<body> <body>
{% include 'navbar.html' %} {% include 'navbar.html' %}
<style> <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 { .card {
width: 353px; width: 353px;
height: auto; height: auto;

View File

@ -32,10 +32,10 @@
class="translate-hover-icon"> class="translate-hover-icon">
</div> </div>
<nav class="menu"> <nav class="menu">
<a href="#">ВИДЕО</a> <a href="/videos">ВИДЕО</a>
<a href="#">АРТЫ</a> <a href="/">АРТЫ</a>
<a href="#">МАНГА</a> <a href="/comics">МАНГА</a>
<a href="#">ГИФКИ</a> <a href="/gifs">ГИФКИ</a>
</nav> </nav>
<div class="auth-container"> <div class="auth-container">
<div class="discord-icon-container"> <div class="discord-icon-container">
@ -48,12 +48,6 @@
</div> </div>
</div> </div>
<style> <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 { .navbar {
width: 100%; width: 100%;
max-width: 1500px; max-width: 1500px;