Boris Waaub 9073e8b506 Refactor feature shortcodes for improved layout and styling
- Updated the feature shortcode in both `feature.html` files to change the list item class from `items-center` to `items-start` for better alignment.
- Adjusted the SVG icon class to include `flex-shrink-0 mt-1` and set minimum width and height for consistent sizing.
- Enhanced the CSS source map for `custom.css` to improve debugging and maintainability.
2026-02-09 12:15:51 +01:00
2026-01-20 14:02:22 +01:00
2026-01-22 12:53:54 +01:00
2026-01-20 14:02:22 +01:00
2026-01-20 14:02:22 +01:00

Démarrage avec Docker

Pour builder l'image Docker :

docker build -t chill-site .

Pour lancer le site en local :

docker run -p 1313:1313 chill-site

Le site sera accessible sur http://localhost:1313

Description
No description provided
Readme 20 MiB
Languages
PHP 36.7%
JavaScript 31.6%
HTML 16.5%
CSS 12.1%
SCSS 3%
Other 0.1%