diff --git a/bs.js b/bs.js index f99f471..515e619 100755 --- a/bs.js +++ b/bs.js @@ -1,7 +1,7 @@ var browserSync = require('browser-sync'); browserSync({ - proxy: 'http://137.149.200.30', //dev + proxy: 'https://peildo2.islandarchives.ca', //dev //proxy: 'http://137.149.200.42', //prod files: 'css/**/*.css', plugins: ['bs-rewrite-rules'], diff --git a/css/components/footer.css b/css/components/footer.css index b7bafc3..31ab051 100755 --- a/css/components/footer.css +++ b/css/components/footer.css @@ -13,8 +13,8 @@ .site-footer { position: relative; /* stack above left social bar */ color: var(--color--gray-65); - /*background: linear-gradient(180deg, var(--color--gray-5) 0%, var(--color--gray-10) 100%);*/ - background: #33210D; + background: linear-gradient(180deg, var(--color--gray-5) 0%, var(--color--gray-10) 100%); + /*background: #33210D;*/ } .site-footer .menu { diff --git a/css/components/landing_page.css b/css/components/landing_page.css index 2cc4aad..70db35a 100755 --- a/css/components/landing_page.css +++ b/css/components/landing_page.css @@ -27,10 +27,8 @@ article.node.node--type-landing-page h2 { .path-frontpage .region--content { margin-bottom: 0; } -#block-olivesdocs-views-block-front-page-featured-books-block-2 - .view-content, -#block-olivesdocs-views-block-front-page-featured-books-block-1 - .view-content { +#block-olivesdocs-views-block-front-page-featured-books-block-2 .view-content, +#block-olivesdocs-views-block-front-page-featured-books-block-1 .view-content { /*display: none;*/ .node__title { font-size: 1.1rem; @@ -177,25 +175,26 @@ div#block-olivesdocs-views-block-front-page-featured-books-block-2 padding-top: 1rem; } /*icons*/ -#block-olivesdocs-learnmorelpblock .block__title, -#block-olivesdocs-maparchiveslpblock .block__title { - position: relative; /* Optional: for positioning adjustments */ - font-size: 1.8rem; - svg { - /*width: 30px;*/ - } - &::before { - display: inline-block; - width: 40px; /* Adjust the size as needed */ - height: 40px; /* Adjust the size as needed */ - margin-right: 8px; /* Space between icon and text */ - vertical-align: middle; /* Aligns icon with text */ +#block-olivesdocs-upgradenotice { + margin: 0; + p { + margin: 0; } } - -#block-olivesdocs-learnmorelpblock .block__title::before { - content: url("../../images/telescope.svg"); /* Path to your SVG file */ -} -#block-olivesdocs-maparchiveslpblock .block__title::before { - content: url("../../images/sextant.svg"); /* Path to your SVG file */ +.path-frontpage { + .region--highlighted { +display: none; + } + .page-title { + display: flex; + justify-content: center; + } + .site-name__icon { + width: 3rem; + margin-right: 1rem; + margin-left: 1rem; + } + .block-page-title-block { + margin: 0; + } }