16 lines
196 B
CSS
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;
|
|
}
|