From 6808c064c19b7a747903bb26b27ec9d4844022db Mon Sep 17 00:00:00 2001 From: jlav Date: Tue, 18 Aug 2026 08:36:26 +0200 Subject: [PATCH] fix last section position --- src/App.vue | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/App.vue b/src/App.vue index cd362f9..6865562 100644 --- a/src/App.vue +++ b/src/App.vue @@ -117,13 +117,13 @@ import SideMenu from "./components/SideMenu.vue";
  • testability
  • alorithmic complexity
  • - -
    -

    Hobies

    - +
    +

    Hobies

    +
      +
    • Home lab
    • +
    • radioControl fpv plane
    • +
    +
    @@ -146,6 +146,10 @@ BODY { H2 { letter-spacing: 2px; - color: var(--color-secondary-text); + color: var(--color-secondary); +} + +H3 { + text-transform: uppercase; }