add container

This commit is contained in:
Barnabé 2021-09-21 10:55:22 +02:00
parent 70826a52ca
commit bb6e89d7f1

View File

@ -31,7 +31,9 @@
=f.hidden_field :price_document_type_id
%center= f.input :public_fournisseur_name, :label => "Nom de votre société :"
%center
.small-container
= f.input :public_fournisseur_name, :label => "Nom de votre société :"
%p{:style => "text-align:center;font-size:1.2em;"}
@ -50,7 +52,10 @@
=f.submit "sauvegarder", :class => "btn btn-primary"
:scss
.small-container{
max-width: 500px;
}