dcbristol-2019-static/source/css/utilities.css

6 lines
163 B
CSS
Raw Normal View History

2019-01-24 09:51:58 +00:00
.flex { display: flex; }
.flex-1 { flex: 1; }
.flex-col { flex-direction: column; }
.h-full { height: 100%; }
.justify-between { justify-content: space-between; }