matebeamter/static/css/style.css

17 lines
224 B
CSS
Raw Normal View History

2019-12-23 13:09:49 +00:00
.tile {
display: inline-block;
border-radius: 6px;
width: 100px;
height: 100px;
margin: 30px 15px 0;
box-shadow: 0 0 3px #c3c3c3;
}
.tile-list {
list-style: none;
}
.tile-list li {
display: inline-block;
}