Add space between language select and h1

This commit is contained in:
Marjolaine Vé 2018-02-14 15:27:23 +01:00 committed by Thomas Citharel
parent 27f4c1045a
commit 4e2a48685a
1 changed files with 6 additions and 0 deletions

View File

@ -126,6 +126,12 @@ header .lead {
padding: 10px 0;
margin:0;
}
header form .input-group .form-control {
margin-bottom: 20px;
}
header form .input-group .input-group-btn {
vertical-align: top;
}
#admin-link, #public-link {
cursor:text;