Add .column5 utility class
This commit is contained in:
parent
48a28a7f7a
commit
2bd5fd03bb
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
@layer utility {
|
@layer utility {
|
||||||
.centered { text-align: center; }
|
.centered { text-align: center; }
|
||||||
|
|
||||||
.float-right {
|
.float-right {
|
||||||
float: right;
|
float: right;
|
||||||
justify-self: end;
|
justify-self: end;
|
||||||
|
@ -34,4 +34,8 @@
|
||||||
-webkit-clip-path: circle(50%);
|
-webkit-clip-path: circle(50%);
|
||||||
clip-path: circle(50%);
|
clip-path: circle(50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.column5 {
|
||||||
|
grid-column: span content-start 4;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue