Skip to content

Commit 0debf3d

Browse files
committed
add .full-width-tile
This may require some Asciidoc faffing to close the current context before starting whatever item we want to be full-width.
1 parent b5f8b38 commit 0debf3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/home.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@
184184
flex-wrap: wrap;
185185
}
186186

187+
.tiles .full-width-tile {
188+
flex-basis: 100%;
189+
}
190+
187191
.home .tile {
188192
flex: 1;
189193
margin-top: 0;

0 commit comments

Comments
 (0)