First version of gallery refactor to use thumbnails.

This commit is contained in:
Dermot Duffy
2022-04-16 14:59:23 -07:00
parent c37e031116
commit ba196ff003
11 changed files with 267 additions and 213 deletions
+26
View File
@@ -0,0 +1,26 @@
:host {
display: flex;
width: 100%;
margin-left: 5px;
padding: 15px;
color: var(--primary-text-color);
overflow: hidden;
}
div {
display: flex;
flex-direction: column;
justify-content: center;
}
div.left {
flex: 1;
}
div.larger {
font-size: 1.5rem;
}
span.heading {
font-weight: bold;
}