Files
30-seconds-of-code/node_modules/gatsby-plugin-transition-link/style.css
2019-08-20 15:52:05 +02:00

16 lines
196 B
CSS

.tl-edges {
max-width: 100%;
overflow-x: hidden;
}
.tl-wrapper {
width: 100%;
float: left;
position: relative;
}
.tl-wrapper + .tl-wrapper {
margin-left: -100%;
margin-right: 0;
}