The branch, master has been updated via 9cbe3927f1e85ce9cc7c60b82a9cf6e49430b30b (commit) from b7a2be0611a33676076ec5c295b5d547b0bbc06b (commit)
- Log ----------------------------------------------------------------- commit 9cbe3927f1e85ce9cc7c60b82a9cf6e49430b30b Author: Gyan Doshi <ffm...@gyani.pro> AuthorDate: Sat Dec 16 20:50:08 2023 +0530 Commit: James Almer <jamr...@gmail.com> CommitDate: Sat Dec 16 12:33:39 2023 -0300 src/consulting: correct cell alignment after b7a2be0611 The removal of an entry in the middle column left a 'hole' in the grid. Container tags shifted to restore alignment. Signed-off-by: James Almer <jamr...@gmail.com> diff --git a/src/consulting b/src/consulting index 1e205b5..801ea8a 100644 --- a/src/consulting +++ b/src/consulting @@ -106,8 +106,6 @@ E.g.: </p> </div> <!-- well --> </div> <!-- col --> -</div> <!-- row --> -<div class="row"> <div class="col-md-4"> <div class="well"> <h3>Steven Liu</h3> @@ -121,6 +119,8 @@ E.g.: </p> </div> <!-- well --> </div> <!-- col --> +</div> <!-- row --> +<div class="row"> <div class="col-md-4"> <div class="well"> <h3>Gyan Doshi</h3> ----------------------------------------------------------------------- Summary of changes: src/consulting | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".