From 59a5b35a0362875a6ab580e25fca9e8a9b92d9e1 Mon Sep 17 00:00:00 2001 From: Thomas Sindt Date: Sun, 14 Jun 2026 23:06:55 +0200 Subject: [PATCH] image --- northsidestudio/public/css/style.css | 2 +- northsidestudio/themes/basic/static/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/northsidestudio/public/css/style.css b/northsidestudio/public/css/style.css index db8a447..5374657 100644 --- a/northsidestudio/public/css/style.css +++ b/northsidestudio/public/css/style.css @@ -50,7 +50,7 @@ nav > a { flex: 1; text-align: center; text-decoration: none; - color: #fff; } + color: #fff; @media only screen and (min-width: 768px) { nav { flex-direction: row;} } diff --git a/northsidestudio/themes/basic/static/css/style.css b/northsidestudio/themes/basic/static/css/style.css index db8a447..5374657 100644 --- a/northsidestudio/themes/basic/static/css/style.css +++ b/northsidestudio/themes/basic/static/css/style.css @@ -50,7 +50,7 @@ nav > a { flex: 1; text-align: center; text-decoration: none; - color: #fff; } + color: #fff; @media only screen and (min-width: 768px) { nav { flex-direction: row;} }