web/static/css/tisseurs.css

18 lines
248 B
CSS
Raw Normal View History

2019-05-25 06:23:34 +00:00
.avatar {
2020-09-11 20:34:17 +00:00
display: inline;
vertical-align: middle;
/* width: 50px;
height: 50px; */
border-radius: 50%;
}
.tisseur img {
float: left;
margin-right: 1em;
}
.tisseur h3 {
margin: 0;
}
.tisseur p {
margin: 0;
margin-bottom: .5em;
}