From: nael Date: Tue, 11 Jun 2019 15:32:21 +0000 (+0200) Subject: wip #2762 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c1f8fe6a3ea55e712db33dc01c6caa3abbc62a34;p=pmi.git wip #2762 --- diff --git a/public/_modules/societe-valeurs/index.html b/public/_modules/societe-valeurs/index.html index c3ab0dd..5e7092d 100644 --- a/public/_modules/societe-valeurs/index.html +++ b/public/_modules/societe-valeurs/index.html @@ -22,31 +22,31 @@ -
+
-

Valeur 01

-

Illustrée par un picto

+

Valeur 01

+

Illustrée par un picto

-
-

Valeur 01

-

Illustrée par un picto

+
+

Valeur 01

+

Illustrée par un picto

-

Valeur 01

-

Illustrée par un picto

+

Valeur 01

+

Illustrée par un picto

-

Valeur 01

-

Illustrée par un picto

+

Valeur 01

+

Illustrée par un picto

-

Valeur 01

-

Illustrée par un picto

+

Valeur 01

+

Illustrée par un picto

diff --git a/public/_modules/societe-valeurs/style.styl b/public/_modules/societe-valeurs/style.styl index 347f215..f155df8 100644 --- a/public/_modules/societe-valeurs/style.styl +++ b/public/_modules/societe-valeurs/style.styl @@ -16,9 +16,15 @@ $verylightgrey =#E7E9F3 #valeur .grid-icon - width 230px - height 230px + width 12vw + height 12vw background: $lightgrey border-radius 50% align-self: center; - justify-self: center; \ No newline at end of file + justify-self: center; + @media (max-width :1023px) + width: 25vw + height: 25vw + @media (max-width :499px) + width: 35vw + height: 35vw \ No newline at end of file