comparison src/site.css @ 8:9534dd5eda89

use avatar
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 24 Oct 2023 19:31:33 -0600
parents 5ae5fbce0d75
children 88f425d261b3
comparison
equal deleted inserted replaced
7:f29dd482a25a 8:9534dd5eda89
16 div[header] { 16 div[header] {
17 display: flex; 17 display: flex;
18 justify-content: space-between; 18 justify-content: space-between;
19 align-items: center; 19 align-items: center;
20 } 20 }
21
22 div[header] img {
23 width: 50px;
24 height: 50px;
25 object-fit: cover;
26 border-radius: 50%;
27 }