This commit is contained in:
2024-06-04 16:56:07 +02:00
parent e16c7995c4
commit 84194c85fe
31 changed files with 1305 additions and 2 deletions

View File

@@ -0,0 +1,44 @@
.breadcrumb{
background-color: white;
text-decoration: none;
padding-left: .9375rem;
padding-right: .9375rem;
font-style: normal;
font-weight: 900;
font-size: 13px;
line-height: 2.15385;
font-family: $numberfont, sans-serif;
letter-spacing: 0.52px;
text-transform: uppercase;
margin-bottom: 0px;
a{
color: #333333;
text-decoration: none;
}
a:hover{
color: #15c1c6;
transition: 0.3s ease;
}
}
.breadcrumb-item-sep{
margin: 0 .5em;
}
.breadcrumb-item-about{
color: #15c1c6;
}
.img {
min-height: 22vh;
background-image: url('/assets/images/image32.jpg');
background-size: cover;
background-position: center;
}