Ajust landing page
This commit is contained in:
parent
16c1fe31c1
commit
d438e9a329
4 changed files with 7 additions and 5 deletions
Binary file not shown.
Before Width: | Height: | Size: 384 KiB |
BIN
app/assets/images/landing_background.png
Normal file
BIN
app/assets/images/landing_background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 313 KiB |
|
@ -5,11 +5,13 @@
|
|||
|
||||
#landing {
|
||||
|
||||
background-image: image-url('landing_background.jpg');
|
||||
background-image: image-url('landing_background.png');
|
||||
background-attachment: fixed;
|
||||
background-position: top center;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
background-color: rgba(11,107,168,0.2);
|
||||
|
||||
#title {
|
||||
h1 {
|
||||
font-size: 65px;
|
||||
|
@ -22,8 +24,8 @@
|
|||
text-shadow: none;
|
||||
}
|
||||
color: white;
|
||||
padding-top: 6%;
|
||||
padding-bottom: 7%;
|
||||
padding-top: 3%;
|
||||
padding-bottom: 4%;
|
||||
text-shadow: 0px 0px 10px rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
%br
|
||||
%h3.center
|
||||
Simplifiez toutes vos démarches pour les rendre 100% en ligne.
|
||||
Dématérialisez, réceptionnez et co-instruisez toutes vos démarches depuis un espace unique.
|
||||
|
||||
%br
|
||||
%br
|
||||
|
@ -23,7 +23,7 @@
|
|||
.col-md-6.col-lg-6
|
||||
%ul.dynamic_ul
|
||||
%li
|
||||
Générateur simplifiée de démarches en ligne pour les administrations
|
||||
Générateur simplifié de démarches en ligne pour les administrations
|
||||
%li
|
||||
Ne demander que les informations strictement nécessaires
|
||||
%li
|
||||
|
|
Loading…
Reference in a new issue