Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit f173a04

Browse files
committed
fix(client): add align-items to column
1 parent e21d70f commit f173a04

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

packages/client/assets/style/grid.css

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
}
1818

1919
.grid > .column {
20+
align-items: var(--base-align);
2021
display: flex;
2122
flex: auto;
2223
flex-direction: column;

samples/themes/style.css

-14
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,6 @@
33
/* @import '../../packages/client/assets/style/themes/babel.css'; */
44
/* @import '../../packages/client/assets/style/themes/node.css'; */
55

6-
h1,
7-
h2 {
8-
color: var(--color-title);
9-
}
10-
11-
a {
12-
color: var(--color-link);
13-
}
14-
15-
.slide-background {
16-
/* set the default background */
17-
background: var(--color-background);
18-
}
19-
206
.column:last-child {
217
text-align: left;
228
}

0 commit comments

Comments
 (0)