add padding to bottom of sections
This commit is contained in:
parent
7ccae82a33
commit
fa86712137
|
@ -107,7 +107,7 @@ textarea, input {
|
||||||
background-color: @light;
|
background-color: @light;
|
||||||
color: @dark;
|
color: @dark;
|
||||||
width: 256px;
|
width: 256px;
|
||||||
//height: 512px;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#brightness {
|
#brightness {
|
||||||
|
|
Loading…
Reference in New Issue