From 8cdf101829639c15d7626fc4f5bfe7fe5e86f919 Mon Sep 17 00:00:00 2001 From: Sergiotarxz Date: Tue, 26 Mar 2024 23:12:10 +0100 Subject: [PATCH] Fixing Build.PL and style index menu image. --- Build.PL | 4 ++-- public/css/styles.css | 5 +++++ public/css/styles.scss | 5 +++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Build.PL b/Build.PL index 89e30b0..1d34bec 100755 --- a/Build.PL +++ b/Build.PL @@ -4,10 +4,10 @@ use Module::Build; my $home = $ENV{HOME}; my $build = Module::Build->new( - module_name => 'BurguillosInfo', + module_name => 'OwlcodeTech', license => 'AGPLv3', dist_author => 'Sergio Iglesias ', - dist_abstract => 'The burguillos.info webpage.', + dist_abstract => 'The Owlcode.tech webpage.', requires => { 'Mojolicious' => 0, 'Const::Fast' => 0, diff --git a/public/css/styles.css b/public/css/styles.css index b19dc94..de88c4e 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -1,3 +1,8 @@ +img.index-image-menu { + background: white; + padding: 5px; + border-radius: 5px; } + div.title-image { position: relative; max-height: 80vh; diff --git a/public/css/styles.scss b/public/css/styles.scss index 2f15fb9..592ffba 100644 --- a/public/css/styles.scss +++ b/public/css/styles.scss @@ -11,6 +11,11 @@ $primary-secondary: #590e11; $background_sidebar: white; //#F5F5DC; $color_sidebar: #dcdcf5; +img.index-image-menu { + background: white; + padding: 5px; + border-radius: 5px; +} div.title-image { position: relative; max-height: 80vh;