From fcc94c28cc31d03c566a21ba40e531e76eae369e Mon Sep 17 00:00:00 2001 From: rdrew Date: Wed, 4 Dec 2024 11:50:23 -0400 Subject: [PATCH] lp and icons --- css/footer.css | 23 +++++++++++++++++++---- css/homepage.css | 4 ++++ 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/css/footer.css b/css/footer.css index 2f39750..c150059 100755 --- a/css/footer.css +++ b/css/footer.css @@ -103,15 +103,30 @@ #links-section { display: flex; border-bottom: 4px solid var(--upei-red); - margin-bottom:1rem; + margin-bottom: 1rem; } .bottom-links { margin: 0; padding: 0; - margin-bottom:1rem; + margin-bottom: 1rem; } .inner-footeraddress { - display:flex; - justify-content: space-between; + display: flex; + justify-content: space-between; + } + .addressleft { + font-size: 13px; + } + .footerlogo { + width: 158px; + } } +.website-copyright { + font-size: 13px; } + .slick--skin--classic .slide--caption--bottom .slide__caption { + min-height: 120px; + -ms-transform: none; + -webkit-transform: none; + transform: none !important; + } diff --git a/css/homepage.css b/css/homepage.css index 595edd2..996fbfe 100755 --- a/css/homepage.css +++ b/css/homepage.css @@ -49,6 +49,10 @@ nav#block-vre2024-mainnavigation-2 { border-bottom: 1px solid #ccc; font-family: "Roboto Condensed", sans-serif; font-size: 1.2em; + i { + margin-right: 10px; + width:20px; + } svg.svg-inline--fa { width: 28px; margin-right: 5px;