header
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
.views-row{
|
||||
width: 28%;
|
||||
padding: 1rem;
|
||||
&:hover{
|
||||
transform: scale(1.05);
|
||||
transition: 0.3s transform ease, 0.3s box-shadow ease;
|
||||
}
|
||||
.node-type-site{
|
||||
margin: auto;
|
||||
display: flex;
|
||||
|
||||
@@ -51,7 +51,7 @@ header{
|
||||
.field__item{
|
||||
height: $header-height;
|
||||
img{
|
||||
max-height:$header-height;
|
||||
max-height: 85px;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user