1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 08:37:57 +02:00
blog/src/components/Footer/Vcard.module.css
Matthias Kretschmann 3b25ae2282
Location fetching (#843)
* location component

* fetching with @nanostores/query

* layouts reorg

* typescript plugins cleanup

* location component unit test cases

* fetch only when visible
2023-10-04 14:45:54 +01:00

18 lines
324 B
CSS

.avatar {
composes: frame from '@components/Picture/index.module.css';
border: 2px solid transparent;
border-radius: 50% !important;
margin-bottom: calc(var(--spacer) / 3);
width: 80px;
height: 80px;
}
.description {
font-size: var(--font-size-h5);
margin: 0;
}
.description a {
display: inline-block;
}