Files
ENI-enchere/src/main/resources/static/css/style.css
mepiphana2023 d1acc13ef7 Un peu de tout
2024-04-29 16:02:06 +02:00

37 lines
541 B
CSS

.v-center {
display: flex;
align-items: center;
height: 100%;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-dark {
color: black !important;
}
.card-article {
transition: transform 0.3s ease;
}
.card-article:hover {
transform: scale(1.05);
}
#languageButton {
margin-right: 20px; /* Espacement du bouton par rapport à la droite */
}
.navbar-nav {
margin-right: 10px;
}
.navbar-nav .nav-item.active .nav-link {
color: white;
}
#container-main {
padding-bottom: 40px;
}