Include some utility classes
This commit is contained in:
parent
97f77a6a4f
commit
89070714c1
1 changed files with 5 additions and 0 deletions
5
source/css/utilities.css
Normal file
5
source/css/utilities.css
Normal file
|
@ -0,0 +1,5 @@
|
|||
.flex { display: flex; }
|
||||
.flex-1 { flex: 1; }
|
||||
.flex-col { flex-direction: column; }
|
||||
.h-full { height: 100%; }
|
||||
.justify-between { justify-content: space-between; }
|
Loading…
Add table
Add a link
Reference in a new issue