Add .column5 utility class

This commit is contained in:
Eryn Wells 2023-10-12 10:13:33 -07:00
parent 48a28a7f7a
commit 2bd5fd03bb

View file

@ -1,6 +1,6 @@
@layer utility {
.centered { text-align: center; }
.float-right {
float: right;
justify-self: end;
@ -34,4 +34,8 @@
-webkit-clip-path: circle(50%);
clip-path: circle(50%);
}
.column5 {
grid-column: span content-start 4;
}
}