restrict body to hd

This commit is contained in:
Torsten 2023-01-24 10:49:16 +02:00
parent 86d9421548
commit fee82a4004
2 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@
- if false
%script{:src => "https://cdn.tailwindcss.com"}
%body.max-w-screen-2xl.xl:mx-auto
%body.xl:mx-auto{class: "max-w-[1920px]"}
= render "layouts/header"
= render "layouts/messages"
= yield

View File

@ -9,6 +9,7 @@ require 'mina/rbenv' # for rbenv support. (https://rbenv.org)
# branch - Branch name to deploy. (needed by mina/git)
set :application_name, 'volunteers'
#set :domain, 'www.rubydesign.fi'
set :domain, '192.168.129.10'
set :deploy_to, '/home/feenix/volunteers'
set :repository, "https://github.com/HubFeenixMakers/volunteers.git"