diff mbox series

[FFmpeg-devel] src/consulting: correct cell alignment after b7a2be0611

Message ID 20231216152008.181-1-ffmpeg@gyani.pro
State New
Headers show
Series [FFmpeg-devel] src/consulting: correct cell alignment after b7a2be0611 | expand

Checks

Context Check Description
andriy/configure_x86 warning Failed to apply patch
yinshiyou/configure_loongarch64 warning Failed to apply patch

Commit Message

Gyan Doshi Dec. 16, 2023, 3:20 p.m. UTC
The removal of an entry in the middle column left a 'hole'
in the grid.

Container tags shifted to restore alignment.
---
 src/consulting | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

James Almer Dec. 16, 2023, 3:34 p.m. UTC | #1
On 12/16/2023 12:20 PM, Gyan Doshi wrote:
> The removal of an entry in the middle column left a 'hole'
> in the grid.
> 
> Container tags shifted to restore alignment.
> ---
>   src/consulting | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> 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>

Applied.
diff mbox series

Patch

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>