This commit is contained in:
Szekeres Bálint
2018-01-08 08:53:08 +01:00
parent 16a27c75dd
commit da916892df
4 changed files with 30 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ header {
box-shadow: 0 5px 10px 10px #000;
padding: 0.5rem 0 0;
text-align: center;
margin-bottom: 2.25rem;
margin-bottom: 1.5rem;
color: #fff;
font-size: 2.2rem;
}
@@ -42,6 +42,12 @@ main {
flex: 1 1 auto;
}
main .url .input-group-prepend .input-group-text,
main .url .input-group-append .input-group-text {
padding-top: 0.15rem;
cursor: pointer;
}
main .options,
main .sidebar {
padding-top: 1.5rem;