Commit Graph

12 Commits

Author SHA1 Message Date
c7b7285403
Refactor HTML and SCSS for improved structure and styling
- Removed unnecessary CSS properties from `base.scss`
- Added `class="h-100"` to the `<html>` tag in `base.html.twig` for full height
- Added `class="d-flex flex-column h-100"` to the `<body>` tag in `base.html.twig` for flexbox layout
- Updated footer styling in `base.html.twig` with additional classes
- Added `class="flex-shrink-0"` to the `<main>` tag in `page.html.twig`
2024-02-07 12:40:26 +01:00
4cb2b07862
Refactor page title logic in base.html.twig
The commit refactors the logic for generating the page title in base.html.twig. The change ensures that if a custom title block is defined, it will be displayed before the default author name "Jeroen De Meerleer".
2023-10-13 09:28:01 +02:00
ea3814991d
Update Symfony packages to version 6.3 2023-06-27 12:11:04 +02:00
9e03804a64
Added footer page 2023-03-22 14:44:40 +01:00
8df7870753
ENHANCEMENT: more custom bootstrap 2023-03-22 14:02:04 +01:00
64696d0619
Removed icons 2023-03-22 11:51:49 +01:00
434159b285
Implemented new design 2023-03-21 15:36:26 +01:00
f66dfa4fe6
UPDATED FAVICON 2022-09-12 16:09:14 +02:00
a870a4a58c
ENHANCEMENT: added icons 2022-03-31 14:53:39 +02:00
f9cdcdc7c6
NEW FEATURE: travel back in time 2021-08-06 09:51:41 +02:00
b9e55c554f
NEW FEATURE: titles 2021-08-05 14:52:20 +02:00
54778cb4a7
Initial commit 2021-08-05 13:56:02 +02:00