expires style fixes

This commit is contained in:
Szekeres Bálint
2018-04-21 15:22:15 +02:00
parent 7cf0566dee
commit 521d65c1f0
2 changed files with 13 additions and 3 deletions

View File

@@ -138,6 +138,18 @@ main .options .card .form-group:last-child {
margin-bottom: 0;
}
main .options .card .row.no-gutters ~ .row.no-gutters {
margin-top: 0.5rem;
}
main .options .card .row.no-gutters .col-md-6:first-child {
padding-right: 3px;
}
main .options .card .row.no-gutters .col-md-6:last-child {
padding-left: 3px;
}
main .file {
margin-bottom: 2rem;
}