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

working with sensor styling

This commit is contained in:
2016-09-08 13:34:01 +00:00
parent fc6af3cd4e
commit cb28f25b97
6 changed files with 56 additions and 13 deletions

View File

@@ -3,9 +3,26 @@
display: flex;
flex-direction: row;
align-items: center;
cursor: pointer;
margin-left: -1em;
margin-right: -1em;
padding: 1em;
&:hover{
background-color: gray;
}
.item + .item{
margin-left: 1em;
}
h2{
margin-bottom: 0;
}
.date{
font-size: .8em;
}
}
}