Initial draft of recordings support.
This commit is contained in:
@@ -8,11 +8,15 @@
|
||||
column-gap: 5%;
|
||||
}
|
||||
|
||||
div.right, div.left {
|
||||
div.right,
|
||||
div.left {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
div.right {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
div.left {
|
||||
flex: 1;
|
||||
@@ -36,6 +40,7 @@ span.heading {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.larger {
|
||||
div.larger,
|
||||
span.larger {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user