diff --git a/assets/css/foundation.css.map b/assets/css/foundation.css.map index d98f325..95d74f4 100644 Binary files a/assets/css/foundation.css.map and b/assets/css/foundation.css.map differ diff --git a/assets/css/main.css b/assets/css/main.css index fda34f9..2bc4a62 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -131,19 +131,13 @@ nav { .navbar-toggler { padding: 0.5rem 0.75rem; font-size: 1.25rem; - line-height: 1; - background: none; - border: 1px solid transparent; - border-radius: 0.25rem; } - .navbar-toggler:focus, - .navbar-toggler:hover { - text-decoration: none; - outline: none; } } + line-height: 1; } } footer { margin-top: 20px; padding-top: 20px; padding-bottom: 20px; + min-width: inherit; background-color: #bebebe; color: #000; } footer p { diff --git a/assets/css/main.css.map b/assets/css/main.css.map index 380f41a..d3bb9c2 100644 Binary files a/assets/css/main.css.map and b/assets/css/main.css.map differ diff --git a/assets/css/templates/photo.css.map b/assets/css/templates/photo.css.map index fb46eff..218baec 100644 Binary files a/assets/css/templates/photo.css.map and b/assets/css/templates/photo.css.map differ diff --git a/assets/css/templates/project.css.map b/assets/css/templates/project.css.map index a4283a1..04e676b 100644 Binary files a/assets/css/templates/project.css.map and b/assets/css/templates/project.css.map differ diff --git a/assets/css/templates/projects.css.map b/assets/css/templates/projects.css.map index e748c05..5cc8a08 100644 Binary files a/assets/css/templates/projects.css.map and b/assets/css/templates/projects.css.map differ diff --git a/assets/css/templates/webdesign.css.map b/assets/css/templates/webdesign.css.map index 71d6483..a71fd39 100644 Binary files a/assets/css/templates/webdesign.css.map and b/assets/css/templates/webdesign.css.map differ diff --git a/assets/scss/main.scss b/assets/scss/main.scss index c092f74..deb6e5c 100644 --- a/assets/scss/main.scss +++ b/assets/scss/main.scss @@ -171,14 +171,14 @@ nav { padding: .5rem .75rem; font-size: $font-size-lg; line-height: 1; - background: none; - border: $border-width solid transparent; - @include border-radius($btn-border-radius); +// background: none; + //border: $border-width solid grey; + //@include border-radius($btn-border-radius); - @include hover-focus { - text-decoration: none; - outline: none; - } +// @include hover-focus { +// text-decoration: none; +// outline: none; +// } } } @@ -188,6 +188,8 @@ footer { margin-top: 20px; padding-top: 20px; padding-bottom: 20px; + + min-width: inherit; background-color: $footer_color_bg; color: $color_font; diff --git a/assets/vendors/bootstrap b/assets/vendors/bootstrap index 1a6d0cc..0339272 160000 --- a/assets/vendors/bootstrap +++ b/assets/vendors/bootstrap @@ -1 +1 @@ -Subproject commit 1a6d0cc446259cf86d73bf7437f2ca3b095f6781 +Subproject commit 0339272f55c5a9b27b4a18599ef9f96e451481c8 diff --git a/modules/kirby-kirbytag-html5video b/modules/kirby-kirbytag-html5video index fa8126b..81564cf 160000 --- a/modules/kirby-kirbytag-html5video +++ b/modules/kirby-kirbytag-html5video @@ -1 +1 @@ -Subproject commit fa8126b931ca6a8af68a656dd0bad1e486f7424c +Subproject commit 81564cfc343f733e47012895ed249bb69f99b96c diff --git a/modules/kirby-plugin-kirbytextRaw b/modules/kirby-plugin-kirbytextRaw index c9d1b07..40758cb 160000 --- a/modules/kirby-plugin-kirbytextRaw +++ b/modules/kirby-plugin-kirbytextRaw @@ -1 +1 @@ -Subproject commit c9d1b076d3a1f5af5461e6cc370f3591d624ed0c +Subproject commit 40758cb05d23bc7378d66f775ab918a76131ef2e diff --git a/modules/kirby-plugin-thumbExt b/modules/kirby-plugin-thumbExt index 9f80987..366fc4d 160000 --- a/modules/kirby-plugin-thumbExt +++ b/modules/kirby-plugin-thumbExt @@ -1 +1 @@ -Subproject commit 9f80987ef58f1c1d1dfa64afc3e84f29b598a26b +Subproject commit 366fc4d23c7ea45e6bbce1c1d653f44fba762ab7 diff --git a/modules/kirby-site-snippets b/modules/kirby-site-snippets index f1cf278..9d379d1 160000 --- a/modules/kirby-site-snippets +++ b/modules/kirby-site-snippets @@ -1 +1 @@ -Subproject commit f1cf278703da537b57fa39b7a0ee4771ee82fb18 +Subproject commit 9d379d105d9bb00fb7c87cb15686a198269b5175 diff --git a/modules/kirby-template-sitemap b/modules/kirby-template-sitemap index 82bc94b..9868c28 160000 --- a/modules/kirby-template-sitemap +++ b/modules/kirby-template-sitemap @@ -1 +1 @@ -Subproject commit 82bc94bf956abaeb9742137da2f06b21b1ff7b22 +Subproject commit 9868c284bac9cff2da590e977e20cc4b86859899 diff --git a/site/snippets/base/cont-header.php b/site/snippets/base/cont-header.php index cc873c2..8fd2a04 100644 --- a/site/snippets/base/cont-header.php +++ b/site/snippets/base/cont-header.php @@ -47,7 +47,7 @@ if ($page->depth() == 1) {