Skip to content

Commit

Permalink
fix(client): add align-items to column
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Feb 1, 2021
1 parent e21d70f commit f173a04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
1 change: 1 addition & 0 deletions packages/client/assets/style/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
}

.grid > .column {
align-items: var(--base-align);
display: flex;
flex: auto;
flex-direction: column;
Expand Down
14 changes: 0 additions & 14 deletions samples/themes/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,6 @@
/* @import '../../packages/client/assets/style/themes/babel.css'; */
/* @import '../../packages/client/assets/style/themes/node.css'; */

h1,
h2 {
color: var(--color-title);
}

a {
color: var(--color-link);
}

.slide-background {
/* set the default background */
background: var(--color-background);
}

.column:last-child {
text-align: left;
}
Expand Down

0 comments on commit f173a04

Please sign in to comment.