Fixed top margin in post upload
This commit is contained in:
parent
27c780602c
commit
db1d8383fd
1 changed files with 3 additions and 0 deletions
|
@ -187,6 +187,9 @@ footer a {
|
|||
border-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
#sidebar .unit:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
#small-screen { display: none; }
|
||||
|
||||
@media only screen and (max-width:700px) {
|
||||
|
|
Loading…
Reference in a new issue