mirror of
https://github.com/kremalicious/blog.git
synced 2024-12-23 01:30:01 +01:00
small fixes
This commit is contained in:
parent
fd89b12d4a
commit
8cadf6df4a
@ -15,6 +15,11 @@
|
|||||||
|
|
||||||
margin-top: $spacer;
|
margin-top: $spacer;
|
||||||
|
|
||||||
|
li {
|
||||||
|
margin-left: $spacer;
|
||||||
|
margin-right: $spacer;
|
||||||
|
}
|
||||||
|
|
||||||
li::before {
|
li::before {
|
||||||
top: $spacer / 7;
|
top: $spacer / 7;
|
||||||
}
|
}
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
&.appearActive,
|
&.appearActive,
|
||||||
&.enterActive {
|
&.enterActive {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition: 200ms cubic-bezier(.4, 1.72, .61, .7);
|
transition: .2s ease-out;
|
||||||
transform: translate3d(0, 0, 0);
|
transform: translate3d(0, 0, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
&.exitActive {
|
&.exitActive {
|
||||||
opacity: .01;
|
opacity: .01;
|
||||||
transition: 200ms ease-in;
|
transition: .2s ease-in;
|
||||||
transform: translate3d(0, -100px, 0);
|
transform: translate3d(0, -100px, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
@ -7,6 +7,13 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
padding-left: $spacer;
|
||||||
|
padding-right: $spacer;
|
||||||
|
|
||||||
|
@media (min-width: $screen-md) {
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.photo {
|
.photo {
|
||||||
|
Loading…
Reference in New Issue
Block a user