restrict body to hd
This commit is contained in:
@ -31,7 +31,7 @@
|
|||||||
- if false
|
- if false
|
||||||
%script{:src => "https://cdn.tailwindcss.com"}
|
%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/header"
|
||||||
= render "layouts/messages"
|
= render "layouts/messages"
|
||||||
= yield
|
= yield
|
||||||
|
@ -9,6 +9,7 @@ require 'mina/rbenv' # for rbenv support. (https://rbenv.org)
|
|||||||
# branch - Branch name to deploy. (needed by mina/git)
|
# branch - Branch name to deploy. (needed by mina/git)
|
||||||
|
|
||||||
set :application_name, 'staging'
|
set :application_name, 'staging'
|
||||||
|
#set :domain, 'www.rubydesign.fi'
|
||||||
set :domain, '192.168.129.10'
|
set :domain, '192.168.129.10'
|
||||||
set :deploy_to, '/home/feenix/staging'
|
set :deploy_to, '/home/feenix/staging'
|
||||||
set :repository, "https://github.com/HubFeenixMakers/hubfeenix.fi.git"
|
set :repository, "https://github.com/HubFeenixMakers/hubfeenix.fi.git"
|
||||||
|
Reference in New Issue
Block a user