mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-06-16 15:17:22 +00:00
31 lines
379 B
CSS
31 lines
379 B
CSS
header {
|
|
background: linear-gradient(
|
|
to top,
|
|
rgb(255, 255, 255),
|
|
rgba(46, 49, 65, 0.8)
|
|
);
|
|
}
|
|
|
|
a.navbar-brand {
|
|
color: red !important;
|
|
font-weight: bold;
|
|
}
|
|
|
|
body {
|
|
width: 100vw;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
header div img {
|
|
max-height: 50vh;
|
|
margin-bottom: 5vh;
|
|
}
|
|
|
|
@media (max-width: 992px) {
|
|
.p-5 {
|
|
padding: 3rem;
|
|
padding-bottom: 1rem;
|
|
}
|
|
}
|