mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
fix alignment of elements (minor css)
This commit is contained in:
parent
78049b448e
commit
d72844f29a
@ -6,12 +6,12 @@
|
|||||||
|
|
||||||
.ascribe-sliding-container {
|
.ascribe-sliding-container {
|
||||||
transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
|
transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ascribe-slide {
|
.ascribe-slide {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 1px;
|
min-height: 1px;
|
||||||
padding-left: 15px;
|
|
||||||
padding-right: 15px;
|
|
||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
@ -41,7 +41,6 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ascribe-default-app {
|
.ascribe-default-app {
|
||||||
max-width: 90%;
|
|
||||||
padding-top: 70px;
|
padding-top: 70px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user