36224-vm/assets/css/custom.css
Flatlogic Bot d444db0aa0 v1
2025-11-24 19:24:14 +00:00

30 lines
424 B
CSS

body {
font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, .navbar-brand, .nav-link {
font-family: 'Poppins', sans-serif;
}
.nav-link {
transition: color 0.3s ease;
}
.nav-link:hover, .nav-link.active {
color: #0d6efd !important;
}
section {
padding-top: 5rem;
padding-bottom: 5rem;
}
#intro {
padding-top: 8rem;
}
.card-img-top {
aspect-ratio: 3 / 2;
object-fit: cover;
}