Work on layout

This commit is contained in:
William Bouzourène 2025-07-11 13:42:55 +02:00
parent 56a2d30189
commit f87ca9698d
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
12 changed files with 356 additions and 355 deletions

View file

@ -56,4 +56,14 @@ a {
.fs-7 {
font-size: .75rem !important;
}
.mw-600 {
max-width: 600px;
}
.mw-900 {
max-width: 900px;
}
.mw-1200 {
max-width: 1200px;
}