1
0
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:
Tim Daubenschütz 2015-07-28 17:10:04 +02:00
parent 78049b448e
commit d72844f29a
2 changed files with 2 additions and 3 deletions

View File

@ -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;
}

View File

@ -41,7 +41,6 @@ html {
}
.ascribe-default-app {
max-width: 90%;
padding-top: 70px;
overflow-x: hidden;
}