Skip to content

Commit cfce677

Browse files
committed
chore(goueliou) clean goueliou ad in home
1 parent ffb3314 commit cfce677

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

frugal.css

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -379,15 +379,16 @@ span.gouel-ville-proche {
379379
}
380380

381381
#goueiliou-container {
382-
font-size: xx-large;
382+
font-size: x-large;
383383
}
384384

385385
#goueiliou-container #nouveau {
386-
transform: rotate(-20deg);
386+
/* transform: rotate(-20deg); */
387387
width: fit-content;
388-
margin-bottom: 20px;
388+
height: fit-content;
389+
margin-bottom: 2px;
389390
font-size: x-large;
390-
margin-left: 20px;
391+
/* margin-left: 20px; */
391392
font-weight: bold;
392393
border: 2px solid;
393394
padding: 5px;
@@ -575,13 +576,14 @@ span.gouel-ville-proche {
575576
#goueiliou-container #nouveau {
576577
transform: rotate(-20deg);
577578
width: fit-content;
579+
height: fit-content;
578580
margin-bottom: 0px;
579581
font-size: small;
580582
margin-left: 0px;
581583
margin-right: 20px;
582584
font-weight: bold;
583585
border: 1px solid;
584-
padding: 2px;
586+
padding: 2px
585587
}
586588
}
587589

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ <h1>Kerlandrier.cc</h1>
8686
<span>Ajout d'événement<br> et infos sur le site<br> kerlandrier.cc</span>
8787
</div>
8888
<div id="goueiliou-container">
89-
<p id="nouveau">Nouveau !</p>
90-
<p>Kerlandrier des <a href="./goueliou/index.html">Festivals de l'été</a>☀️</p>
89+
<p id="nouveau">Nouveau</p>
90+
<p>Kerlandrier des <a href="./goueliou/index.html">Festivals de l'été</a></p>
9191
</div>
9292
<div id="filters-container">
9393
<select id="monthSelect" aria-label="Choisir une date">

0 commit comments

Comments
 (0)