Photos styling fixes
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
&__location {
|
||||
margin-bottom: 32px;
|
||||
|
||||
@media (max-width: $screen-md) {
|
||||
padding: 0;
|
||||
}
|
||||
@include breakpoint (sm) {
|
||||
margin-bottom: 56px;
|
||||
}
|
||||
@include breakpoint (xs) {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
text-align: left;
|
||||
@@ -57,6 +57,7 @@
|
||||
display: block;
|
||||
width: 100%;
|
||||
border-radius: 0;
|
||||
background-color: #fff;
|
||||
box-shadow: 0 8px 18px rgba(#715E4E, 0.2);
|
||||
user-select: none;
|
||||
|
||||
@@ -95,7 +96,7 @@
|
||||
|
||||
// Hover
|
||||
&:hover {
|
||||
cursor: url(#{$dir-img}/icons/zoom.svg) 0 0, pointer;
|
||||
cursor: url(#{$dir-img}/icons/zoom.svg) 6 8, pointer;
|
||||
|
||||
.photo__image--img:after {
|
||||
opacity: 0.6;
|
||||
|
||||
Reference in New Issue
Block a user