1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 02:42:48 +00:00

working on sidebar/sensors

This commit is contained in:
2016-09-06 16:59:46 +00:00
parent 0e8d2e5b2b
commit fc6af3cd4e
4 changed files with 59 additions and 33 deletions

View File

@@ -0,0 +1,11 @@
.SensorList{
.row{
display: flex;
flex-direction: row;
align-items: center;
.item + .item{
margin-left: 1em;
}
}
}