@@ -305,15 +305,15 @@ footer {
305305
306306# goueliou {
307307 display : flex;
308- justify-content : space-around ;
309- gap : 1 rem ;
308+ justify-content : center ;
309+ gap : 3 rem ;
310310}
311311
312312.gouel {
313313 padding : 10px ;
314314 margin-bottom : 10px ;
315315 border : 1px solid var (--main-color );
316- width : 300 px ;
316+ width : 480 px ;
317317 /* width: 100%; */
318318 font-size : 20px ;
319319}
@@ -383,12 +383,12 @@ span.gouel-ville-proche {
383383}
384384
385385# goueiliou-container # nouveau {
386- /* transform: rotate(-20deg); */
386+ transform : rotate (-10 deg );
387387 width : fit-content;
388388 height : fit-content;
389389 margin-bottom : 2px ;
390390 font-size : x-large;
391- /* margin-left: 20px; */
391+ margin-left : 20px ;
392392 font-weight : bold;
393393 border : 2px solid;
394394 padding : 5px ;
@@ -574,13 +574,13 @@ span.gouel-ville-proche {
574574 }
575575
576576 # goueiliou-container # nouveau {
577- transform : rotate (-20 deg );
577+ transform : rotate (-10 deg );
578578 width : fit-content;
579579 height : fit-content;
580580 margin-bottom : 0px ;
581581 font-size : small;
582582 margin-left : 0px ;
583- margin-right : 20 px ;
583+ margin-right : 35 px ;
584584 font-weight : bold;
585585 border : 1px solid;
586586 padding : 2px
@@ -854,7 +854,7 @@ span.gouel-ville-proche {
854854@media screen and (min-width : 800px ) and (max-width : 1300px ) {
855855 # goueliou {
856856 display : grid;
857- grid-template-columns : repeat (2 , 1fr );
857+ grid-template-columns : repeat (1 , 1fr );
858858 gap : 1rem ;
859859 }
860860 .gouel {
@@ -870,7 +870,7 @@ span.gouel-ville-proche {
870870@media screen and (min-width : 1000px ) and (max-width : 1300px ) {
871871 # goueliou {
872872 display : grid;
873- grid-template-columns : repeat (3 , 1fr );
873+ grid-template-columns : repeat (2 , 1fr );
874874 gap : 1rem ;
875875 }
876876 .gouel {
@@ -886,7 +886,7 @@ span.gouel-ville-proche {
886886@media screen and (min-width : 1300px ) and (max-width : 1600px ) {
887887 # goueliou {
888888 display : grid;
889- grid-template-columns : repeat (4 , 1fr );
889+ grid-template-columns : repeat (3 , 1fr );
890890 gap : 1rem ;
891891 }
892892 .gouel {
@@ -1037,4 +1037,4 @@ span.gouel-ville-proche {
10371037 font-style : normal;
10381038 font-weight : 400 ;
10391039 src : url ('ressources/fonts/LeagueGothic-Regular-VariableFont_wdth.ttf' ) format ('truetype' );
1040- }
1040+ }
0 commit comments