diff --git a/htdocs/assets/style.css b/htdocs/assets/style.css index b34db12..9c254ae 100644 --- a/htdocs/assets/style.css +++ b/htdocs/assets/style.css @@ -654,11 +654,6 @@ video { margin-bottom: 0.75rem; } -.my-32 { - margin-top: 8rem; - margin-bottom: 8rem; -} - .my-7 { margin-top: 1.75rem; margin-bottom: 1.75rem; @@ -701,14 +696,14 @@ video { margin-bottom: 1.5rem; } -.mb-60 { - margin-bottom: 15rem; -} - .mb-7 { margin-bottom: 1.75rem; } +.mb-72 { + margin-bottom: 18rem; +} + .mb-8 { margin-bottom: 2rem; } @@ -721,6 +716,10 @@ video { margin-bottom: 2rem; } +.mb-\[60vh\] { + margin-bottom: 60vh; +} + .ml-2 { margin-left: 0.5rem; } @@ -793,8 +792,8 @@ video { margin-top: 0.75rem; } -.mt-40 { - margin-top: 10rem; +.mt-32 { + margin-top: 8rem; } .mt-5 { @@ -813,42 +812,10 @@ video { margin-top: 2.2rem; } -.mb-96 { - margin-bottom: 24rem; -} - -.mt-60 { - margin-top: 15rem; -} - -.mt-72 { - margin-top: 18rem; -} - -.mt-80 { - margin-top: 20rem; -} - -.mb-\[60vh\] { - margin-bottom: 60vh; -} - -.mt-\[40vh\] { - margin-top: 40vh; -} - .mt-\[30vh\] { margin-top: 30vh; } -.mt-32 { - margin-top: 8rem; -} - -.mb-72 { - margin-bottom: 18rem; -} - .flex { display: flex; } @@ -1596,6 +1563,10 @@ video { margin-bottom: 0.75rem; } + .lg\:mb-32 { + margin-bottom: 8rem; + } + .lg\:ml-4 { margin-left: 1rem; } @@ -1640,18 +1611,6 @@ video { margin-top: 7rem; } - .lg\:mb-60 { - margin-bottom: 15rem; - } - - .lg\:mt-40 { - margin-top: 10rem; - } - - .lg\:mb-32 { - margin-bottom: 8rem; - } - .lg\:block { display: block; } diff --git a/htdocs/projects.php b/htdocs/projects.php index 01b6d3b..67ac88f 100644 --- a/htdocs/projects.php +++ b/htdocs/projects.php @@ -15,6 +15,7 @@ $years = create_project_years_array($conn); +
@@ -172,5 +173,10 @@ $years = create_project_years_array($conn);
+ \ No newline at end of file