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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user