From d1223c49d10d26dfc8313a434c6af318690ee906 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Sat, 5 Nov 2016 12:10:38 +0100 Subject: [PATCH] [GIT] Kirby 2.4 & update submodules (+ css rebuild) --- assets/css/blog.css.map | Bin 4461 -> 4520 bytes assets/css/foundation.css | 1138 ++++++++++++++++++++++-- assets/css/foundation.css.map | Bin 55886 -> 85906 bytes assets/css/main.css.map | Bin 8672 -> 8672 bytes assets/css/templates/photo.css.map | Bin 7651 -> 7652 bytes assets/css/templates/project.css.map | Bin 2691 -> 2692 bytes assets/css/templates/projects.css.map | Bin 8343 -> 8344 bytes assets/css/templates/webdesign.css.map | Bin 3017 -> 3018 bytes assets/scss/main.scss | 10 +- assets/scss/templates/home.scss | 2 +- assets/vendors/bootstrap | 2 +- kirby | 2 +- panel | 2 +- 13 files changed, 1094 insertions(+), 62 deletions(-) diff --git a/assets/css/blog.css.map b/assets/css/blog.css.map index 9901f95f9a7fe7412807acdd0de4aa1ad022a924..1057a29e0135f9183298b33e34360b55fc972764 100644 GIT binary patch delta 40 wcmaE>v_g5qNk*2W#FX^O{mcf7e={<1m1P!ZCS~SimQ+rjz^uRdH**m$07&Bxv;Y7A delta 24 gcmZ3X{8nkhNk-<9#PrF9Ec%Q8GBRy8V=3YV0DE-^+5i9m diff --git a/assets/css/foundation.css b/assets/css/foundation.css index 8929323..c9bb727 100644 --- a/assets/css/foundation.css +++ b/assets/css/foundation.css @@ -1675,7 +1675,7 @@ input[type="button"].btn-block { vertical-align: text-top !important; } .bg-faded { - background-color: #f7f7f9; } + background-color: #f7f7f7; } .bg-primary { background-color: #0275d8 !important; } @@ -1746,25 +1746,101 @@ a.bg-inverse:hover { display: table; clear: both; } -.d-block { - display: block !important; } - -.d-inline-block { - display: inline-block !important; } +.d-none { + display: none !important; } .d-inline { display: inline !important; } -.float-xs-left { +.d-inline-block { + display: inline-block !important; } + +.d-block { + display: block !important; } + +.d-table { + display: table !important; } + +.d-table-cell { + display: table-cell !important; } + +.d-flex { + display: flex !important; } + +@media (min-width: 576px) and (min-width: 576px) { + .d-sm-none { + display: none !important; } + .d-sm-inline { + display: inline !important; } + .d-sm-inline-block { + display: inline-block !important; } + .d-sm-block { + display: block !important; } + .d-sm-table { + display: table !important; } + .d-sm-table-cell { + display: table-cell !important; } + .d-sm-flex { + display: flex !important; } } + +@media (min-width: 768px) and (min-width: 768px) { + .d-md-none { + display: none !important; } + .d-md-inline { + display: inline !important; } + .d-md-inline-block { + display: inline-block !important; } + .d-md-block { + display: block !important; } + .d-md-table { + display: table !important; } + .d-md-table-cell { + display: table-cell !important; } + .d-md-flex { + display: flex !important; } } + +@media (min-width: 992px) and (min-width: 992px) { + .d-lg-none { + display: none !important; } + .d-lg-inline { + display: inline !important; } + .d-lg-inline-block { + display: inline-block !important; } + .d-lg-block { + display: block !important; } + .d-lg-table { + display: table !important; } + .d-lg-table-cell { + display: table-cell !important; } + .d-lg-flex { + display: flex !important; } } + +@media (min-width: 1200px) and (min-width: 1200px) { + .d-xl-none { + display: none !important; } + .d-xl-inline { + display: inline !important; } + .d-xl-inline-block { + display: inline-block !important; } + .d-xl-block { + display: block !important; } + .d-xl-table { + display: table !important; } + .d-xl-table-cell { + display: table-cell !important; } + .d-xl-flex { + display: flex !important; } } + +.float-left { float: left !important; } -.float-xs-right { +.float-right { float: right !important; } -.float-xs-none { +.float-none { float: none !important; } -@media (min-width: 576px) { +@media (min-width: 576px) and (min-width: 576px) { .float-sm-left { float: left !important; } .float-sm-right { @@ -1772,7 +1848,7 @@ a.bg-inverse:hover { .float-sm-none { float: none !important; } } -@media (min-width: 768px) { +@media (min-width: 768px) and (min-width: 768px) { .float-md-left { float: left !important; } .float-md-right { @@ -1780,7 +1856,7 @@ a.bg-inverse:hover { .float-md-none { float: none !important; } } -@media (min-width: 992px) { +@media (min-width: 992px) and (min-width: 992px) { .float-lg-left { float: left !important; } .float-lg-right { @@ -1788,7 +1864,7 @@ a.bg-inverse:hover { .float-lg-none { float: none !important; } } -@media (min-width: 1200px) { +@media (min-width: 1200px) and (min-width: 1200px) { .float-xl-left { float: left !important; } .float-xl-right { @@ -1849,71 +1925,117 @@ a.bg-inverse:hover { margin-bottom: 0 !important; } .m-1 { - margin: 1rem 1rem !important; } + margin: 0.25rem 0.25rem !important; } .mt-1 { - margin-top: 1rem !important; } + margin-top: 0.25rem !important; } .mr-1 { - margin-right: 1rem !important; } + margin-right: 0.25rem !important; } .mb-1 { - margin-bottom: 1rem !important; } + margin-bottom: 0.25rem !important; } .ml-1 { - margin-left: 1rem !important; } + margin-left: 0.25rem !important; } .mx-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; } + +.my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; } + +.m-2 { + margin: 0.5rem 0.5rem !important; } + +.mt-2 { + margin-top: 0.5rem !important; } + +.mr-2 { + margin-right: 0.5rem !important; } + +.mb-2 { + margin-bottom: 0.5rem !important; } + +.ml-2 { + margin-left: 0.5rem !important; } + +.mx-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; } + +.my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; } + +.m-3 { + margin: 1rem 1rem !important; } + +.mt-3 { + margin-top: 1rem !important; } + +.mr-3 { + margin-right: 1rem !important; } + +.mb-3 { + margin-bottom: 1rem !important; } + +.ml-3 { + margin-left: 1rem !important; } + +.mx-3 { margin-right: 1rem !important; margin-left: 1rem !important; } -.my-1 { +.my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } -.m-2 { +.m-4 { margin: 1.5rem 1.5rem !important; } -.mt-2 { +.mt-4 { margin-top: 1.5rem !important; } -.mr-2 { +.mr-4 { margin-right: 1.5rem !important; } -.mb-2 { +.mb-4 { margin-bottom: 1.5rem !important; } -.ml-2 { +.ml-4 { margin-left: 1.5rem !important; } -.mx-2 { +.mx-4 { margin-right: 1.5rem !important; margin-left: 1.5rem !important; } -.my-2 { +.my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } -.m-3 { +.m-5 { margin: 3rem 3rem !important; } -.mt-3 { +.mt-5 { margin-top: 3rem !important; } -.mr-3 { +.mr-5 { margin-right: 3rem !important; } -.mb-3 { +.mb-5 { margin-bottom: 3rem !important; } -.ml-3 { +.ml-5 { margin-left: 3rem !important; } -.mx-3 { +.mx-5 { margin-right: 3rem !important; margin-left: 3rem !important; } -.my-3 { +.my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } @@ -1941,74 +2063,984 @@ a.bg-inverse:hover { padding-bottom: 0 !important; } .p-1 { - padding: 1rem 1rem !important; } + padding: 0.25rem 0.25rem !important; } .pt-1 { - padding-top: 1rem !important; } + padding-top: 0.25rem !important; } .pr-1 { - padding-right: 1rem !important; } + padding-right: 0.25rem !important; } .pb-1 { - padding-bottom: 1rem !important; } + padding-bottom: 0.25rem !important; } .pl-1 { - padding-left: 1rem !important; } + padding-left: 0.25rem !important; } .px-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; } + +.py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; } + +.p-2 { + padding: 0.5rem 0.5rem !important; } + +.pt-2 { + padding-top: 0.5rem !important; } + +.pr-2 { + padding-right: 0.5rem !important; } + +.pb-2 { + padding-bottom: 0.5rem !important; } + +.pl-2 { + padding-left: 0.5rem !important; } + +.px-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; } + +.py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; } + +.p-3 { + padding: 1rem 1rem !important; } + +.pt-3 { + padding-top: 1rem !important; } + +.pr-3 { + padding-right: 1rem !important; } + +.pb-3 { + padding-bottom: 1rem !important; } + +.pl-3 { + padding-left: 1rem !important; } + +.px-3 { padding-right: 1rem !important; padding-left: 1rem !important; } -.py-1 { +.py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } -.p-2 { +.p-4 { padding: 1.5rem 1.5rem !important; } -.pt-2 { +.pt-4 { padding-top: 1.5rem !important; } -.pr-2 { +.pr-4 { padding-right: 1.5rem !important; } -.pb-2 { +.pb-4 { padding-bottom: 1.5rem !important; } -.pl-2 { +.pl-4 { padding-left: 1.5rem !important; } -.px-2 { +.px-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; } -.py-2 { +.py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } -.p-3 { +.p-5 { padding: 3rem 3rem !important; } -.pt-3 { +.pt-5 { padding-top: 3rem !important; } -.pr-3 { +.pr-5 { padding-right: 3rem !important; } -.pb-3 { +.pb-5 { padding-bottom: 3rem !important; } -.pl-3 { +.pl-5 { padding-left: 3rem !important; } -.px-3 { +.px-5 { padding-right: 3rem !important; padding-left: 3rem !important; } -.py-3 { +.py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } +@media (min-width: 576px) and (min-width: 576px) { + .m-sm-0 { + margin: 0 0 !important; } + .mt-sm-0 { + margin-top: 0 !important; } + .mr-sm-0 { + margin-right: 0 !important; } + .mb-sm-0 { + margin-bottom: 0 !important; } + .ml-sm-0 { + margin-left: 0 !important; } + .mx-sm-0 { + margin-right: 0 !important; + margin-left: 0 !important; } + .my-sm-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; } } + +@media (min-width: 576px) and (min-width: 576px) { + .m-sm-1 { + margin: 0.25rem 0.25rem !important; } + .mt-sm-1 { + margin-top: 0.25rem !important; } + .mr-sm-1 { + margin-right: 0.25rem !important; } + .mb-sm-1 { + margin-bottom: 0.25rem !important; } + .ml-sm-1 { + margin-left: 0.25rem !important; } + .mx-sm-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; } + .my-sm-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; } } + +@media (min-width: 576px) and (min-width: 576px) { + .m-sm-2 { + margin: 0.5rem 0.5rem !important; } + .mt-sm-2 { + margin-top: 0.5rem !important; } + .mr-sm-2 { + margin-right: 0.5rem !important; } + .mb-sm-2 { + margin-bottom: 0.5rem !important; } + .ml-sm-2 { + margin-left: 0.5rem !important; } + .mx-sm-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; } + .my-sm-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; } } + +@media (min-width: 576px) and (min-width: 576px) { + .m-sm-3 { + margin: 1rem 1rem !important; } + .mt-sm-3 { + margin-top: 1rem !important; } + .mr-sm-3 { + margin-right: 1rem !important; } + .mb-sm-3 { + margin-bottom: 1rem !important; } + .ml-sm-3 { + margin-left: 1rem !important; } + .mx-sm-3 { + margin-right: 1rem !important; + margin-left: 1rem !important; } + .my-sm-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; } } + +@media (min-width: 576px) and (min-width: 576px) { + .m-sm-4 { + margin: 1.5rem 1.5rem !important; } + .mt-sm-4 { + margin-top: 1.5rem !important; } + .mr-sm-4 { + margin-right: 1.5rem !important; } + .mb-sm-4 { + margin-bottom: 1.5rem !important; } + .ml-sm-4 { + margin-left: 1.5rem !important; } + .mx-sm-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; } + .my-sm-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; } } + +@media (min-width: 576px) and (min-width: 576px) { + .m-sm-5 { + margin: 3rem 3rem !important; } + .mt-sm-5 { + margin-top: 3rem !important; } + .mr-sm-5 { + margin-right: 3rem !important; } + .mb-sm-5 { + margin-bottom: 3rem !important; } + .ml-sm-5 { + margin-left: 3rem !important; } + .mx-sm-5 { + margin-right: 3rem !important; + margin-left: 3rem !important; } + .my-sm-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; } } + +@media (min-width: 576px) and (min-width: 576px) { + .p-sm-0 { + padding: 0 0 !important; } + .pt-sm-0 { + padding-top: 0 !important; } + .pr-sm-0 { + padding-right: 0 !important; } + .pb-sm-0 { + padding-bottom: 0 !important; } + .pl-sm-0 { + padding-left: 0 !important; } + .px-sm-0 { + padding-right: 0 !important; + padding-left: 0 !important; } + .py-sm-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; } } + +@media (min-width: 576px) and (min-width: 576px) { + .p-sm-1 { + padding: 0.25rem 0.25rem !important; } + .pt-sm-1 { + padding-top: 0.25rem !important; } + .pr-sm-1 { + padding-right: 0.25rem !important; } + .pb-sm-1 { + padding-bottom: 0.25rem !important; } + .pl-sm-1 { + padding-left: 0.25rem !important; } + .px-sm-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; } + .py-sm-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; } } + +@media (min-width: 576px) and (min-width: 576px) { + .p-sm-2 { + padding: 0.5rem 0.5rem !important; } + .pt-sm-2 { + padding-top: 0.5rem !important; } + .pr-sm-2 { + padding-right: 0.5rem !important; } + .pb-sm-2 { + padding-bottom: 0.5rem !important; } + .pl-sm-2 { + padding-left: 0.5rem !important; } + .px-sm-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; } + .py-sm-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; } } + +@media (min-width: 576px) and (min-width: 576px) { + .p-sm-3 { + padding: 1rem 1rem !important; } + .pt-sm-3 { + padding-top: 1rem !important; } + .pr-sm-3 { + padding-right: 1rem !important; } + .pb-sm-3 { + padding-bottom: 1rem !important; } + .pl-sm-3 { + padding-left: 1rem !important; } + .px-sm-3 { + padding-right: 1rem !important; + padding-left: 1rem !important; } + .py-sm-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; } } + +@media (min-width: 576px) and (min-width: 576px) { + .p-sm-4 { + padding: 1.5rem 1.5rem !important; } + .pt-sm-4 { + padding-top: 1.5rem !important; } + .pr-sm-4 { + padding-right: 1.5rem !important; } + .pb-sm-4 { + padding-bottom: 1.5rem !important; } + .pl-sm-4 { + padding-left: 1.5rem !important; } + .px-sm-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; } + .py-sm-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } } + +@media (min-width: 576px) and (min-width: 576px) { + .p-sm-5 { + padding: 3rem 3rem !important; } + .pt-sm-5 { + padding-top: 3rem !important; } + .pr-sm-5 { + padding-right: 3rem !important; } + .pb-sm-5 { + padding-bottom: 3rem !important; } + .pl-sm-5 { + padding-left: 3rem !important; } + .px-sm-5 { + padding-right: 3rem !important; + padding-left: 3rem !important; } + .py-sm-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; } } + +@media (min-width: 768px) and (min-width: 768px) { + .m-md-0 { + margin: 0 0 !important; } + .mt-md-0 { + margin-top: 0 !important; } + .mr-md-0 { + margin-right: 0 !important; } + .mb-md-0 { + margin-bottom: 0 !important; } + .ml-md-0 { + margin-left: 0 !important; } + .mx-md-0 { + margin-right: 0 !important; + margin-left: 0 !important; } + .my-md-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; } } + +@media (min-width: 768px) and (min-width: 768px) { + .m-md-1 { + margin: 0.25rem 0.25rem !important; } + .mt-md-1 { + margin-top: 0.25rem !important; } + .mr-md-1 { + margin-right: 0.25rem !important; } + .mb-md-1 { + margin-bottom: 0.25rem !important; } + .ml-md-1 { + margin-left: 0.25rem !important; } + .mx-md-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; } + .my-md-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; } } + +@media (min-width: 768px) and (min-width: 768px) { + .m-md-2 { + margin: 0.5rem 0.5rem !important; } + .mt-md-2 { + margin-top: 0.5rem !important; } + .mr-md-2 { + margin-right: 0.5rem !important; } + .mb-md-2 { + margin-bottom: 0.5rem !important; } + .ml-md-2 { + margin-left: 0.5rem !important; } + .mx-md-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; } + .my-md-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; } } + +@media (min-width: 768px) and (min-width: 768px) { + .m-md-3 { + margin: 1rem 1rem !important; } + .mt-md-3 { + margin-top: 1rem !important; } + .mr-md-3 { + margin-right: 1rem !important; } + .mb-md-3 { + margin-bottom: 1rem !important; } + .ml-md-3 { + margin-left: 1rem !important; } + .mx-md-3 { + margin-right: 1rem !important; + margin-left: 1rem !important; } + .my-md-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; } } + +@media (min-width: 768px) and (min-width: 768px) { + .m-md-4 { + margin: 1.5rem 1.5rem !important; } + .mt-md-4 { + margin-top: 1.5rem !important; } + .mr-md-4 { + margin-right: 1.5rem !important; } + .mb-md-4 { + margin-bottom: 1.5rem !important; } + .ml-md-4 { + margin-left: 1.5rem !important; } + .mx-md-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; } + .my-md-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; } } + +@media (min-width: 768px) and (min-width: 768px) { + .m-md-5 { + margin: 3rem 3rem !important; } + .mt-md-5 { + margin-top: 3rem !important; } + .mr-md-5 { + margin-right: 3rem !important; } + .mb-md-5 { + margin-bottom: 3rem !important; } + .ml-md-5 { + margin-left: 3rem !important; } + .mx-md-5 { + margin-right: 3rem !important; + margin-left: 3rem !important; } + .my-md-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; } } + +@media (min-width: 768px) and (min-width: 768px) { + .p-md-0 { + padding: 0 0 !important; } + .pt-md-0 { + padding-top: 0 !important; } + .pr-md-0 { + padding-right: 0 !important; } + .pb-md-0 { + padding-bottom: 0 !important; } + .pl-md-0 { + padding-left: 0 !important; } + .px-md-0 { + padding-right: 0 !important; + padding-left: 0 !important; } + .py-md-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; } } + +@media (min-width: 768px) and (min-width: 768px) { + .p-md-1 { + padding: 0.25rem 0.25rem !important; } + .pt-md-1 { + padding-top: 0.25rem !important; } + .pr-md-1 { + padding-right: 0.25rem !important; } + .pb-md-1 { + padding-bottom: 0.25rem !important; } + .pl-md-1 { + padding-left: 0.25rem !important; } + .px-md-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; } + .py-md-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; } } + +@media (min-width: 768px) and (min-width: 768px) { + .p-md-2 { + padding: 0.5rem 0.5rem !important; } + .pt-md-2 { + padding-top: 0.5rem !important; } + .pr-md-2 { + padding-right: 0.5rem !important; } + .pb-md-2 { + padding-bottom: 0.5rem !important; } + .pl-md-2 { + padding-left: 0.5rem !important; } + .px-md-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; } + .py-md-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; } } + +@media (min-width: 768px) and (min-width: 768px) { + .p-md-3 { + padding: 1rem 1rem !important; } + .pt-md-3 { + padding-top: 1rem !important; } + .pr-md-3 { + padding-right: 1rem !important; } + .pb-md-3 { + padding-bottom: 1rem !important; } + .pl-md-3 { + padding-left: 1rem !important; } + .px-md-3 { + padding-right: 1rem !important; + padding-left: 1rem !important; } + .py-md-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; } } + +@media (min-width: 768px) and (min-width: 768px) { + .p-md-4 { + padding: 1.5rem 1.5rem !important; } + .pt-md-4 { + padding-top: 1.5rem !important; } + .pr-md-4 { + padding-right: 1.5rem !important; } + .pb-md-4 { + padding-bottom: 1.5rem !important; } + .pl-md-4 { + padding-left: 1.5rem !important; } + .px-md-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; } + .py-md-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } } + +@media (min-width: 768px) and (min-width: 768px) { + .p-md-5 { + padding: 3rem 3rem !important; } + .pt-md-5 { + padding-top: 3rem !important; } + .pr-md-5 { + padding-right: 3rem !important; } + .pb-md-5 { + padding-bottom: 3rem !important; } + .pl-md-5 { + padding-left: 3rem !important; } + .px-md-5 { + padding-right: 3rem !important; + padding-left: 3rem !important; } + .py-md-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; } } + +@media (min-width: 992px) and (min-width: 992px) { + .m-lg-0 { + margin: 0 0 !important; } + .mt-lg-0 { + margin-top: 0 !important; } + .mr-lg-0 { + margin-right: 0 !important; } + .mb-lg-0 { + margin-bottom: 0 !important; } + .ml-lg-0 { + margin-left: 0 !important; } + .mx-lg-0 { + margin-right: 0 !important; + margin-left: 0 !important; } + .my-lg-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; } } + +@media (min-width: 992px) and (min-width: 992px) { + .m-lg-1 { + margin: 0.25rem 0.25rem !important; } + .mt-lg-1 { + margin-top: 0.25rem !important; } + .mr-lg-1 { + margin-right: 0.25rem !important; } + .mb-lg-1 { + margin-bottom: 0.25rem !important; } + .ml-lg-1 { + margin-left: 0.25rem !important; } + .mx-lg-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; } + .my-lg-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; } } + +@media (min-width: 992px) and (min-width: 992px) { + .m-lg-2 { + margin: 0.5rem 0.5rem !important; } + .mt-lg-2 { + margin-top: 0.5rem !important; } + .mr-lg-2 { + margin-right: 0.5rem !important; } + .mb-lg-2 { + margin-bottom: 0.5rem !important; } + .ml-lg-2 { + margin-left: 0.5rem !important; } + .mx-lg-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; } + .my-lg-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; } } + +@media (min-width: 992px) and (min-width: 992px) { + .m-lg-3 { + margin: 1rem 1rem !important; } + .mt-lg-3 { + margin-top: 1rem !important; } + .mr-lg-3 { + margin-right: 1rem !important; } + .mb-lg-3 { + margin-bottom: 1rem !important; } + .ml-lg-3 { + margin-left: 1rem !important; } + .mx-lg-3 { + margin-right: 1rem !important; + margin-left: 1rem !important; } + .my-lg-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; } } + +@media (min-width: 992px) and (min-width: 992px) { + .m-lg-4 { + margin: 1.5rem 1.5rem !important; } + .mt-lg-4 { + margin-top: 1.5rem !important; } + .mr-lg-4 { + margin-right: 1.5rem !important; } + .mb-lg-4 { + margin-bottom: 1.5rem !important; } + .ml-lg-4 { + margin-left: 1.5rem !important; } + .mx-lg-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; } + .my-lg-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; } } + +@media (min-width: 992px) and (min-width: 992px) { + .m-lg-5 { + margin: 3rem 3rem !important; } + .mt-lg-5 { + margin-top: 3rem !important; } + .mr-lg-5 { + margin-right: 3rem !important; } + .mb-lg-5 { + margin-bottom: 3rem !important; } + .ml-lg-5 { + margin-left: 3rem !important; } + .mx-lg-5 { + margin-right: 3rem !important; + margin-left: 3rem !important; } + .my-lg-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; } } + +@media (min-width: 992px) and (min-width: 992px) { + .p-lg-0 { + padding: 0 0 !important; } + .pt-lg-0 { + padding-top: 0 !important; } + .pr-lg-0 { + padding-right: 0 !important; } + .pb-lg-0 { + padding-bottom: 0 !important; } + .pl-lg-0 { + padding-left: 0 !important; } + .px-lg-0 { + padding-right: 0 !important; + padding-left: 0 !important; } + .py-lg-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; } } + +@media (min-width: 992px) and (min-width: 992px) { + .p-lg-1 { + padding: 0.25rem 0.25rem !important; } + .pt-lg-1 { + padding-top: 0.25rem !important; } + .pr-lg-1 { + padding-right: 0.25rem !important; } + .pb-lg-1 { + padding-bottom: 0.25rem !important; } + .pl-lg-1 { + padding-left: 0.25rem !important; } + .px-lg-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; } + .py-lg-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; } } + +@media (min-width: 992px) and (min-width: 992px) { + .p-lg-2 { + padding: 0.5rem 0.5rem !important; } + .pt-lg-2 { + padding-top: 0.5rem !important; } + .pr-lg-2 { + padding-right: 0.5rem !important; } + .pb-lg-2 { + padding-bottom: 0.5rem !important; } + .pl-lg-2 { + padding-left: 0.5rem !important; } + .px-lg-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; } + .py-lg-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; } } + +@media (min-width: 992px) and (min-width: 992px) { + .p-lg-3 { + padding: 1rem 1rem !important; } + .pt-lg-3 { + padding-top: 1rem !important; } + .pr-lg-3 { + padding-right: 1rem !important; } + .pb-lg-3 { + padding-bottom: 1rem !important; } + .pl-lg-3 { + padding-left: 1rem !important; } + .px-lg-3 { + padding-right: 1rem !important; + padding-left: 1rem !important; } + .py-lg-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; } } + +@media (min-width: 992px) and (min-width: 992px) { + .p-lg-4 { + padding: 1.5rem 1.5rem !important; } + .pt-lg-4 { + padding-top: 1.5rem !important; } + .pr-lg-4 { + padding-right: 1.5rem !important; } + .pb-lg-4 { + padding-bottom: 1.5rem !important; } + .pl-lg-4 { + padding-left: 1.5rem !important; } + .px-lg-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; } + .py-lg-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } } + +@media (min-width: 992px) and (min-width: 992px) { + .p-lg-5 { + padding: 3rem 3rem !important; } + .pt-lg-5 { + padding-top: 3rem !important; } + .pr-lg-5 { + padding-right: 3rem !important; } + .pb-lg-5 { + padding-bottom: 3rem !important; } + .pl-lg-5 { + padding-left: 3rem !important; } + .px-lg-5 { + padding-right: 3rem !important; + padding-left: 3rem !important; } + .py-lg-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; } } + +@media (min-width: 1200px) and (min-width: 1200px) { + .m-xl-0 { + margin: 0 0 !important; } + .mt-xl-0 { + margin-top: 0 !important; } + .mr-xl-0 { + margin-right: 0 !important; } + .mb-xl-0 { + margin-bottom: 0 !important; } + .ml-xl-0 { + margin-left: 0 !important; } + .mx-xl-0 { + margin-right: 0 !important; + margin-left: 0 !important; } + .my-xl-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; } } + +@media (min-width: 1200px) and (min-width: 1200px) { + .m-xl-1 { + margin: 0.25rem 0.25rem !important; } + .mt-xl-1 { + margin-top: 0.25rem !important; } + .mr-xl-1 { + margin-right: 0.25rem !important; } + .mb-xl-1 { + margin-bottom: 0.25rem !important; } + .ml-xl-1 { + margin-left: 0.25rem !important; } + .mx-xl-1 { + margin-right: 0.25rem !important; + margin-left: 0.25rem !important; } + .my-xl-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; } } + +@media (min-width: 1200px) and (min-width: 1200px) { + .m-xl-2 { + margin: 0.5rem 0.5rem !important; } + .mt-xl-2 { + margin-top: 0.5rem !important; } + .mr-xl-2 { + margin-right: 0.5rem !important; } + .mb-xl-2 { + margin-bottom: 0.5rem !important; } + .ml-xl-2 { + margin-left: 0.5rem !important; } + .mx-xl-2 { + margin-right: 0.5rem !important; + margin-left: 0.5rem !important; } + .my-xl-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; } } + +@media (min-width: 1200px) and (min-width: 1200px) { + .m-xl-3 { + margin: 1rem 1rem !important; } + .mt-xl-3 { + margin-top: 1rem !important; } + .mr-xl-3 { + margin-right: 1rem !important; } + .mb-xl-3 { + margin-bottom: 1rem !important; } + .ml-xl-3 { + margin-left: 1rem !important; } + .mx-xl-3 { + margin-right: 1rem !important; + margin-left: 1rem !important; } + .my-xl-3 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; } } + +@media (min-width: 1200px) and (min-width: 1200px) { + .m-xl-4 { + margin: 1.5rem 1.5rem !important; } + .mt-xl-4 { + margin-top: 1.5rem !important; } + .mr-xl-4 { + margin-right: 1.5rem !important; } + .mb-xl-4 { + margin-bottom: 1.5rem !important; } + .ml-xl-4 { + margin-left: 1.5rem !important; } + .mx-xl-4 { + margin-right: 1.5rem !important; + margin-left: 1.5rem !important; } + .my-xl-4 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; } } + +@media (min-width: 1200px) and (min-width: 1200px) { + .m-xl-5 { + margin: 3rem 3rem !important; } + .mt-xl-5 { + margin-top: 3rem !important; } + .mr-xl-5 { + margin-right: 3rem !important; } + .mb-xl-5 { + margin-bottom: 3rem !important; } + .ml-xl-5 { + margin-left: 3rem !important; } + .mx-xl-5 { + margin-right: 3rem !important; + margin-left: 3rem !important; } + .my-xl-5 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; } } + +@media (min-width: 1200px) and (min-width: 1200px) { + .p-xl-0 { + padding: 0 0 !important; } + .pt-xl-0 { + padding-top: 0 !important; } + .pr-xl-0 { + padding-right: 0 !important; } + .pb-xl-0 { + padding-bottom: 0 !important; } + .pl-xl-0 { + padding-left: 0 !important; } + .px-xl-0 { + padding-right: 0 !important; + padding-left: 0 !important; } + .py-xl-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; } } + +@media (min-width: 1200px) and (min-width: 1200px) { + .p-xl-1 { + padding: 0.25rem 0.25rem !important; } + .pt-xl-1 { + padding-top: 0.25rem !important; } + .pr-xl-1 { + padding-right: 0.25rem !important; } + .pb-xl-1 { + padding-bottom: 0.25rem !important; } + .pl-xl-1 { + padding-left: 0.25rem !important; } + .px-xl-1 { + padding-right: 0.25rem !important; + padding-left: 0.25rem !important; } + .py-xl-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; } } + +@media (min-width: 1200px) and (min-width: 1200px) { + .p-xl-2 { + padding: 0.5rem 0.5rem !important; } + .pt-xl-2 { + padding-top: 0.5rem !important; } + .pr-xl-2 { + padding-right: 0.5rem !important; } + .pb-xl-2 { + padding-bottom: 0.5rem !important; } + .pl-xl-2 { + padding-left: 0.5rem !important; } + .px-xl-2 { + padding-right: 0.5rem !important; + padding-left: 0.5rem !important; } + .py-xl-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; } } + +@media (min-width: 1200px) and (min-width: 1200px) { + .p-xl-3 { + padding: 1rem 1rem !important; } + .pt-xl-3 { + padding-top: 1rem !important; } + .pr-xl-3 { + padding-right: 1rem !important; } + .pb-xl-3 { + padding-bottom: 1rem !important; } + .pl-xl-3 { + padding-left: 1rem !important; } + .px-xl-3 { + padding-right: 1rem !important; + padding-left: 1rem !important; } + .py-xl-3 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; } } + +@media (min-width: 1200px) and (min-width: 1200px) { + .p-xl-4 { + padding: 1.5rem 1.5rem !important; } + .pt-xl-4 { + padding-top: 1.5rem !important; } + .pr-xl-4 { + padding-right: 1.5rem !important; } + .pb-xl-4 { + padding-bottom: 1.5rem !important; } + .pl-xl-4 { + padding-left: 1.5rem !important; } + .px-xl-4 { + padding-right: 1.5rem !important; + padding-left: 1.5rem !important; } + .py-xl-4 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; } } + +@media (min-width: 1200px) and (min-width: 1200px) { + .p-xl-5 { + padding: 3rem 3rem !important; } + .pt-xl-5 { + padding-top: 3rem !important; } + .pr-xl-5 { + padding-right: 3rem !important; } + .pb-xl-5 { + padding-bottom: 3rem !important; } + .pl-xl-5 { + padding-left: 3rem !important; } + .px-xl-5 { + padding-right: 3rem !important; + padding-left: 3rem !important; } + .py-xl-5 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; } } + .pos-f-t { position: fixed; top: 0; diff --git a/assets/css/foundation.css.map b/assets/css/foundation.css.map index 436f4514c1581c4902db347612101feebd85ca01..f2afc89303a9556f86782b9f1f5ce0f3c3c2c6f4 100644 GIT binary patch literal 85906 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 delta 5413 zcmdT|TWlOx8P>)L3J~wwN?hks)t7bSWOvYdecAPDrL;3=XJ=+NvsbS#0n<8hV(+f^ ze(|o;C^1k(F_$(cAreAuDtM?WS^|?2QK?)W8i7O;QuQSdEdqgrgb*Mh-Xi$VnahsX z8z`0fz>8&l=bQih|9AfXJIB8K(w;jvyKcC ztj}AzOJSLjSXT1$f-i($=#edH{M(+8uo}vUOp;}j3@@&S3{E|i=a@N`odb9>6lY|X zmEqHg(1rm!flamr*c-ydUc1%9pQL**f=~_4D=+u{cvts&P>l)LMi4I__|d0@s7^YG zhx$$oqO(ktM3)5C%`sIL2~K(O&@Ia&m0(TFTM+6&ALsW&#S;GA;lud#Bi+j7BY)j>u@;*n zWk&tHRE@dxGDEf40@+1{ecNEQdSFA|s#cV3hQllyW_W&O***>*@hr=$ zKLqyjz=3XOBt(@4mMemX298+?LXM3hv-lSSqZA?uQRp;*9`aoWk`W3!1|PFeN8@^F z-e|+9VLGZFENrlfvx5U8>yfb5J5oKeX7DBfrhO+!z6k!?;A0~tK-5l=ijks0Y_^CK zDlyw4W=zCNi`bwBOuli%Pui|2Bnj;l8rxk?HQM4bpZlTgHUrR(T)VooK)Zr;QMXOQ&;MyPSC zcQs!%Wo|7$I3t;g`@fnZJV=i)v6zRc#erA40 z@ubj~FF>K==0e>`yjh!6n2RxsZQ8t(H-)z@E#e28R7z_)Ws+?b=QqD;YnnH1%(Rqr znm6!~4StG?U%G9}&YF*E7W2<8;#*%<dU+qQ~1 ze0diC>$yc-+ERsj@v9zd)4W9kw(#OZTl4Le#V^E^yIZ2gS~Krbgg3WDE|M+@lO)0};)IYn(e)ZjEUH##Ft^(#S__S0B?Xj48MU*tuK{;pl6_ zQgcVRu%EAS^%&f<>T99Sl^|T4-i&GFGKb5x!sYRsudP}ua*5M7sLRUO>wmNyY#>iC zMblw~b>s^+$fcYJHt|K}Q6+HWL6@~<9!=y<;ONca6cAl_nzy|jLc1{b#0K16)aMOOw6K|2H;y`W!xk<^B@sJTZ zgI#afk5@E=b49hRgbgmm;V0~cL9dGrx-0?^;Oa;6jb{KvRI z3PqH{&-d&ah)-(wDPs9D>2!GAf~~|E-i1nH;_3^Q{ar<|fMa*;_y@Q5_Ljsoo(=_r zoTx0W1aa|QJAVI{du=&!*;vSnW4QNi2C#G6F!!$*TUtDAU>V9g5`fLrmW6vB{vL3l zX`w~(2{6(rmQ4`~SR*{!;i2L}9+*)C<4H2{3Qc_d?lAt%JD<8ZZ=e%xUxIhSA1W?1 zCbUv@>l_%5ASeLO{P`86zA-vz;uN&UJ?yOi=0q;RqoxQ!@WP$LM5-RA;0tJR2&0LY z-W#DxO@n{XHw+~16LM53k1%gwUciV_lfsOFO;KJ4rJ5$vh5+8uL8)~iVFYRjSxu?E zr%OW2z{_pl>RJ^{$rg3ahttX<#_-Yy`*%-?;~b9P8K$au#0>4QBt15rQ5a-S_*u+pWc68;1$i?FNhmKYzbJ`9Ir;UhTte1O~;?$vPO@ zPTNpxZ?_J;_73*3v-URofZF?PJMF?@YqJWdzVF0Gum-*UHfwP7bg%`+w$l>SirZ~L zuegIX?5w!W8fe8kt-t{-wao@-#UEkp^@`ia-qF)x;lZuD_%S0z5*A||%r2BK{;N}5$fPZ>9QR7^hJTsA(yLJCb%jRzDm`tr5 i{-v-IaLdXh2`t1PU{DrFxRF94*f5<_YPltZC^9%QL7+(gu!Y5EFn4h9A=GsB z0bJZ%oQ%=U#5XYU0;P8S&i8k|&)Qe*;b!Z4B%pz$4bZB|%1}T}B7FqtBas`1dO|1w zl3V=c+rAj%m3D6``V=UmgPd~<@fFhC}K##~GmOH2Gi0WAtNf)3? zWB{44MC>Ionj^PaSS~uuz3*6k6J4B2K1N*^ixTMobcn2$T^vh(5G}blsIMBxs?CJG(QytiaM5_cBZQc0=iu)_9hJ`C9oijx1o zYB@Lw$fo1vcAg_~J5<-S+3)Uc-VS*dt&l;%3K@tNd)k}kEu7)Hz}1qx8c&^ASXo_o zUCm|}sY6cwZ#xJ(_ruOblijDXaTA3=e`&Gzl*b{yt-q6I@}2gheS;5`+u#``gZ-rM j@_Mi`Uqr{F;Qf(~qu~9a&K@(_xQ>M&L)X2JOf>Qb0$#O! delta 619 zcmYk4y-EW?6orYPHX0H9O^m3G3mJ?N{0XV<-7M=wL(phrXJew-WU{lmYtr}(GJ=Jb zZxBpvZ((UA2!fV^Zy??z>$>fkbH97;VLr1T+4l9wRjq|KvLZksYnWCGEuEDSpp4Ae z-r&2818{m-=O?T{CQ@x)WF~;gbW?Kj?EvgBeOt8fz;|z9Wfe2XjscFDk-^i_-rt7$ z{wA_RfJ0^g7|c}Tqt9ctCK9L1>}F_ozD9FH=;4L#Yy8r~l+H>3C1&K;Jgn*dCZ6`N zlIuq>@=kB2pO{Ne-NzROs-C);NX9)(=eik+1R$H;L(_gj(2O=1)O0=PYM zzrMVXxY2*1xR#@iVk>0+Pg@C-%VBcLR_)kQ)W+3dzAn{!tV0r&>lbC&RMcXmK|L)G x(u#CLeaG)K5wuK&2wV@YuL`UN*PjXXFt;=*Fd3|92>L`>0}5&(F|URbZ@=lpx;Ov; diff --git a/assets/css/templates/project.css.map b/assets/css/templates/project.css.map index d592a5876823f00cd54ef0b1797106163596e54a..e51135311b3ca38112262893c2f68c8574c43f77 100644 GIT binary patch delta 159 zcmXwzJr06E7(`pOvEmk=abv;8Sj}wKWg&$413eXqU?MGzh2DURcoA=8;gV=O^YUgM z(KC8|X7^UHrxZZGv+knU8EFVK6r1$vUOeDKb4xo)9;gt=YFlZ*_^kEpQ#p(-6KrHS6 delta 159 zcmZn>Z5G||hoe5X%Bj#v$KTP>*V@%Rr^+eESts4e(J|dg$JN8k(?`eC(a{qqW9pfv z;|o*-6fN}h*Kv1rbk}iqFY*Mc^LBLf)^Ya8uW|~3sy1`VFmSST(n)l5Ow@5TcghS7 rgxQc6WbULB>gX7%s^dPnhVu-6Zlx2@9FUnHH&jjz=h6iL&I&Go diff --git a/assets/css/templates/projects.css.map b/assets/css/templates/projects.css.map index cd62017aef25defcfb1742f29036ff19ec0d6e5e..947d280d483c8654f637e47f11f98707fb99552d 100644 GIT binary patch delta 927 zcmZvbJ8u&~5XYsUG$FZ*5s9!H5JD)34Y@qi&@7cGPki@ox zf`kwf1D=5O5!R?4zeSa2f?a zh2n8leo!h)2lYo2@yj}jM<^co;{Cc6i3e3VtzJ(a*dbGy=(MoqWh;4u?b-5ydh?-X zqcve@Y{RY|uE26_WDJ&uS|~>b;B(I>2IOpcs=iNg7n-E+o1#-{MW0>|eLme8@e2tK zxz{eb9V^XalKXxtSh{t@p&gM7IhYZN#-TMK*|p`L`O~Q*E?*}Wr^Z~KB(ln=hcndt zOJ&2}+3&>POA3F2i}h|4?G#&Q=L_GaRPK1^6a>qALVmtBQvaLDWQQGjFZoXCcjE1i zJMw$-*7Ak`8qAwFval|^+lp6*H>rni;3I8$HFbMA>p&^4$T(g_yuY*q#Yu%|%WkSW cx3&}h42-SroSmocOe@`1Ok%g>l^bvW0qNEb_W%F@ delta 927 zcmZvb&ui0Q7{{Tahq)yyvSNEtL}cPS`nzi>i0_kT>6@)~=`5SaV!O6UlXUICCLlvl z1TP-mgL+cDh&Q2EkAfGE9tZj#_%HaRNg5Bkh3EM`@AG-S&y#obE&ZyjoS8110BKU% zsLIO7g^@)1KxrR{TraUb!YE~!DY9eIKoLeySd%D}DnwEy40XGd?h>hPyYMJbmtl~B z3Xl$^9U@m?c%X$HtkyP=Hl=MMQz{dM|5*7cnhxMQ-kTnS!#`bpa#pb6aZtqaHl$&R zr4Gk%u#W%uWq{U%d4o zXP`AfC~Lq#3U;7Q4P^AUhFWNZ2H|V6p zY>$6W-rg$VE%@_Rq{|1X d{#v0E{0)rdJM;6@-OIx8Fe0%I`L&xb{{fUU4YdFO diff --git a/assets/css/templates/webdesign.css.map b/assets/css/templates/webdesign.css.map index a7ff4ac95d83c00ed5cf5742f231b4fc5569d7ed..012ea558fb499cee6469342c42aa62b1e96bb386 100644 GIT binary patch delta 159 zcmXwzJr06E7({z4EV;yI+*q(NRx_J*SqLHiZ~!V2z(iUa4?*i8Jc6wz-pM7=cIM^H zyyAEKV07yg2TBPPJL_7--bh2Bq1bfD_Tm8_nrqfmia>=p@ufJxiE-KoFb8rm=|%DU q!xOF*x0D*F#cFO&hyR2=YDxuEVgW1DGx{vMkwG&n=MUp_U#z}6o-I@W delta 159 zcmX>leo}mc6IXq1l~bXUj=!U$ueGatPL)%Rvrf8`qhq?0j;n{6r;m=OqoXHK#?&)S z#}}vwC|c<0ujB6M=&s}JUgQZ>=k4g|t>f&GU*!}6Rc+>!Vc=xxq?73An5g4w?vxoE r2(uwC$lOUM)X_0i$JNo%RmXkuA+9t0xs^^pb3kT-+)z1rF1IcKzi2Mz diff --git a/assets/scss/main.scss b/assets/scss/main.scss index 9bd4000..d252d28 100644 --- a/assets/scss/main.scss +++ b/assets/scss/main.scss @@ -175,20 +175,20 @@ nav.mobile { right: $mobileNav_button_right; top: 24px; z-index: 2; - + padding: .5rem .75rem; font-size: $font-size-lg; line-height: 1; font-family: inherit; font-weight: 300; - + // button-color color: #373a3c; background-color: #fff; } - + nav.mobile { - background-color: $color_bg_inv; + background-color: $color_bg_inv; ul.mobileNav { color: $color_font_inv; padding: 1rem 1rem; @@ -243,7 +243,7 @@ footer { margin-top: 25px; padding-top: 15px; padding-bottom: 10px; - + height: $footer_height; min-width: inherit; diff --git a/assets/scss/templates/home.scss b/assets/scss/templates/home.scss index 92db0dc..cfccef9 100644 --- a/assets/scss/templates/home.scss +++ b/assets/scss/templates/home.scss @@ -9,7 +9,7 @@ main { padding-top: 14vh; - + div.home { text-align: center; diff --git a/assets/vendors/bootstrap b/assets/vendors/bootstrap index cecf0db..cd5c7a2 160000 --- a/assets/vendors/bootstrap +++ b/assets/vendors/bootstrap @@ -1 +1 @@ -Subproject commit cecf0db2ce5e4687579d9510dca6cc205ef43d7b +Subproject commit cd5c7a2263c33e7c4fe7f5db205ff93fbe17750f diff --git a/kirby b/kirby index fe9d8c5..a4c70d8 160000 --- a/kirby +++ b/kirby @@ -1 +1 @@ -Subproject commit fe9d8c5e70a3d73a41e3f3e10cb0fb62fc3a2611 +Subproject commit a4c70d8de361093a3945dbc913a93263fcd12175 diff --git a/panel b/panel index bc95bd9..7f6e22b 160000 --- a/panel +++ b/panel @@ -1 +1 @@ -Subproject commit bc95bd9e2e640f184439f63610e7955d36fc33f9 +Subproject commit 7f6e22b172bd84ecaac17cbf02853d627346a8e9