diff --git a/css/components/landing_page.css b/css/components/landing_page.css index 006a8ab..823024d 100755 --- a/css/components/landing_page.css +++ b/css/components/landing_page.css @@ -124,96 +124,7 @@ article.node.node--type-landing-page h2 { overflow: hidden; } } -/*clean up titles on lp figure block*/ -div#block-oliveskspaces-views-block-front-page-featured-books-block-2 - .node__title { - margin: 0; -} -div#block-oliveskspaces-views-block-front-page-featured-books-block-2 - .node__title - a { - line-height: 1.4; -} -div#block-oliveskspaces-views-block-front-page-featured-books-block-2 - .view-eva - .views-row { - padding: 0 !important; - margin-top: 1em; -} -@media (min-width: 43.75rem) { - #block-oliveskspaces-views-block-front-page-featured-books-block-1 - .view-content { - .views-field.views-field-title { - height: 7em; - } - display: flex; - justify-content: space-between; - .views-row { - width: 32%; - /*justify-content: space-around;*/ - } - } -} -@media (min-width: 43.75rem) { - .region--content-below { - display: flex; - flex-wrap: wrap; - } - - .region--content-below - #block-oliveskspaces-views-block-front-page-featured-books-block-1 { - flex-basis: calc(72% - (var(--grid-gap) / 2)); - flex-grow: 1; - flex-shrink: 0; - margin-inline-end: var(--grid-gap); - } - .region--content-below - #block-oliveskspaces-views-block-front-page-featured-books-block-2 { - flex-basis: calc(25% - (var(--grid-gap) / 2)); - flex-grow: 1; - flex-shrink: 0; - margin-inline-end: var(--grid-gap); - } - .region--content-below > *:nth-child(2n), - .region--content-below > *:last-child { - margin-inline-end: 0; - } -} -#block-oliveskspaces-maparchiveslpblock, -#block-oliveskspaces-learnmorelpblock { - .block__content { - border: 1px solid #ccc; - img { - width: 100%; - } - } -} -.card-section { - background: #f6f8f8; - padding: 1rem; - img { - width: 100%; - } - display: flex; - .left { - margin-right: 3rem; - } - h4 { - margin: 0; - margin-top: 1rem; - font-size: 1.4rem; - } - ul { - margin: 0; - list-style-type: none; - margin-left: 0.5rem; - } - a { - text-decoration: none !important; - font-size: 1.1rem; - } -} .page-node-type-landing-page .node__content { padding: 0; @@ -221,26 +132,3 @@ div#block-oliveskspaces-views-block-front-page-featured-books-block-2 .page-node-type-landing-page .main-content__container { /* padding-top: 1rem; */ } -/*icons*/ -#block-oliveskspaces-learnmorelpblock .block__title, -#block-oliveskspaces-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-oliveskspaces-learnmorelpblock .block__title::before { - content: url("../../images/telescope.svg"); /* Path to your SVG file */ -} -#block-oliveskspaces-maparchiveslpblock .block__title::before { - content: url("../../images/sextant.svg"); /* Path to your SVG file */ -}