jolie beau et ajax

This commit is contained in:
Yasder5 2026-03-02 21:01:46 +01:00
parent 7475c3ce49
commit 42ec68178a
11 changed files with 242 additions and 76 deletions

View file

@ -10,7 +10,12 @@ body {
background-color: #ffffff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
padding: 0.8rem 2rem;
min-height: 64px;
max-height: 64px;
}
.navbar .navbar-collapse {
align-items: center;
}
.navbar-brand {
font-size: 1.5rem;
@ -29,7 +34,13 @@ body {
margin: 0 0.2rem;
transition: color 0.3s;
}
.nav-avatar {
width: 36px;
height: 36px;
object-fit: cover;
border-radius: 50%;
display: block;
}
.navbar-nav .nav-link:hover {
color: #0d6efd;
}