commit
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user