Skip to content

Commit d2ab154

Browse files
Ciphroxxkeshav
authored andcommitted
add image support to letter card on board page
1 parent a0c07fd commit d2ab154

File tree

5 files changed

+402
-147
lines changed

5 files changed

+402
-147
lines changed

src/assets/styles/alphabets/[alphabet]/board.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
display: flex;
33
flex-direction: column;
44
width: 100%;
5+
height: calc(100vh - 4rem);
6+
overflow-y: scroll;
57
gap: 1rem;
68
align-items: flex-start;
7-
justify-content: center;
9+
justify-content: flex-start;
810
padding: 1rem;
911

1012
& .back {

0 commit comments

Comments
 (0)