frontend update

This commit is contained in:
2025-11-07 23:26:45 +03:00
parent 8781b56b26
commit 12247daa92
4 changed files with 12 additions and 12 deletions

View File

@@ -5,8 +5,8 @@
<nav class="navbar">
<div class="navbar-content">
<div class="navbar-brand">
<span class="brand-text">YTP</span>
<img src="/logo.png" alt="YTP Logo" class="brand-logo" />
<span class="brand-text">YTP</span>
</div>
<div class="navbar-menu">
@@ -38,18 +38,18 @@
.navbar-brand {
display: flex;
align-items: center;
gap: 15px;
gap: 0px;
}
.brand-text {
font-size: 24px;
font-size: 50px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}
.brand-logo {
height: 40px;
height: 65px;
width: auto;
object-fit: contain;
}