This commit is contained in:
2024-06-05 16:57:33 +02:00
parent 84194c85fe
commit cadbb9b457
28 changed files with 1332 additions and 174 deletions

View File

@@ -12,6 +12,7 @@
letter-spacing: 0.52px;
text-transform: uppercase;
margin-bottom: 0px;
margin-top: 15px;
a{
color: #333333;
@@ -32,13 +33,35 @@
color: #15c1c6;
}
.img {
min-height: 22vh;
background-image: url('/assets/images/image32.jpg');
background-size: cover;
background-position: center;
}
@media only screen and (min-width:768px) {
.breadcrumb{
margin-left: 45px;
padding-top: 15px;
}
.img{
min-height: 40vh;
}
}
@media only screen and (min-width:992px) {
.breadcrumb{
margin-left: 50px;
padding-top: 35px;
padding-bottom: 5px;
}
.img{
min-height: 80vh;
}
header{
box-shadow: 2px 2px 24px rgba(0,0,0,.1);
}
}