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