better footer height
This commit is contained in:
parent
8f7339b51e
commit
785719e6d3
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
|
@ -2844,6 +2844,11 @@ footer[role="contentinfo"]{
|
||||||
>*{
|
>*{
|
||||||
margin-right: 0.5em;
|
margin-right: 0.5em;
|
||||||
}
|
}
|
||||||
|
.form-item,
|
||||||
|
.form-actions{
|
||||||
|
margin-top: 0.3em;
|
||||||
|
margin-bottom: 0.3em;
|
||||||
|
}
|
||||||
#edit-subscriptions{
|
#edit-subscriptions{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row nowrap;
|
flex-flow: row nowrap;
|
||||||
|
@ -2893,7 +2898,7 @@ footer[role="contentinfo"]{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row nowrap;
|
flex-flow: row nowrap;
|
||||||
li.menu-item{
|
li.menu-item{
|
||||||
padding: 1em 0.5em;
|
padding: 0.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue