Basic styling of sections page

This commit is contained in:
Charlotte Van Petegem 2025-05-23 16:25:25 +02:00
parent 156caecb21
commit 7656f2a277
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E
9 changed files with 134 additions and 25 deletions

View file

@ -4,6 +4,8 @@ source "https://rubygems.org"
gem "rails", "~> 8.0.0"
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
gem "propshaft"
# Inline SGVs
gem "inline_svg"
# Use sqlite3 as the database for Active Record
gem "sqlite3", ">= 2.1"
# Use the Puma web server [https://github.com/puma/puma]