From 45b54193d661df8bc0482d79c7b5e52a358dc82c Mon Sep 17 00:00:00 2001 From: vgaNAR6ta Date: Sun, 5 Jul 2026 23:49:28 +0200 Subject: [PATCH] edit: explication du panneau lien utiles --- src/components/LinkPannel.vue | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) diff --git a/src/components/LinkPannel.vue b/src/components/LinkPannel.vue index e441b7d..c0322c1 100644 --- a/src/components/LinkPannel.vue +++ b/src/components/LinkPannel.vue @@ -20,6 +20,7 @@
+

Par ici on poste pleins de truc qu'on trouve utiles, n'hésite pas à fouiller

{{item.title}}
{{item.desc}}

@@ -53,6 +54,20 @@ height: 100%; overflow-y: scroll; overflow-x: hidden; + + p#info{ + padding-right: 7.77px; + padding-left: 7.77px; + font-family: 'velvelyne'; + font-weight: normal; + font-size: 13.12px; + color: var(--main-color); + border-width: 0 0 1.61px 0; + border-style: solid; + border-color: var(--main-color); + padding-bottom: 7.77px; + margin-bottom: 0; + } } #linkItem{ @@ -67,12 +82,18 @@ justify-content: flex-start; box-sizing: border-box; - strong{ - text-transform: uppercase; - font-family: 'karrik'; - font-weight: normal; - font-size: 16.1px; - } + strong{ + text-transform: uppercase; + font-family: 'karrik'; + font-weight: normal; + font-size: 16.1px; + } + + p{ + border-width: 0; + padding-bottom: 0; + margin-bottom: 7.77px;; + } } /*================ PC LARGE*/