Fixed gpio css

This commit is contained in:
Fabio Manganiello 2018-08-22 21:01:37 +02:00
parent a9b4c1b8bf
commit 2df9c5a890
1 changed files with 9 additions and 1 deletions

View File

@ -10,7 +10,7 @@
}
.gpio-pin {
padding: 1.5em 1em .2em .5em;
padding: 1.5em 1em;
border-radius: 10px;
}
@ -22,3 +22,11 @@
background-color: #daf8e2 !important;
}
.pin-value {
text-align: right;
}
.pin-ctrl {
width: 8em;
}