Fixing Build.PL and style index menu image.

This commit is contained in:
Sergiotarxz 2024-03-26 23:12:10 +01:00
parent a558246e80
commit 8cdf101829
3 changed files with 12 additions and 2 deletions

View File

@ -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 <contact@owlcode.tech>',
dist_abstract => 'The burguillos.info webpage.',
dist_abstract => 'The Owlcode.tech webpage.',
requires => {
'Mojolicious' => 0,
'Const::Fast' => 0,

View File

@ -1,3 +1,8 @@
img.index-image-menu {
background: white;
padding: 5px;
border-radius: 5px; }
div.title-image {
position: relative;
max-height: 80vh;

View File

@ -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;