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