Fixing Build.PL and style index menu image.
This commit is contained in:
parent
a558246e80
commit
8cdf101829
4
Build.PL
4
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 <contact@owlcode.tech>',
|
||||
dist_abstract => 'The burguillos.info webpage.',
|
||||
dist_abstract => 'The Owlcode.tech webpage.',
|
||||
requires => {
|
||||
'Mojolicious' => 0,
|
||||
'Const::Fast' => 0,
|
||||
|
@ -1,3 +1,8 @@
|
||||
img.index-image-menu {
|
||||
background: white;
|
||||
padding: 5px;
|
||||
border-radius: 5px; }
|
||||
|
||||
div.title-image {
|
||||
position: relative;
|
||||
max-height: 80vh;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user