From 4da3d7983869e81b1130da53ee3b713d45d03850 Mon Sep 17 00:00:00 2001 From: Lazy Hippopotamus Date: Fri, 7 Jul 2023 09:16:47 -0400 Subject: [PATCH] some color changes --- _config.yml | 2 +- main.css | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 62c6470..ee83039 100644 --- a/_config.yml +++ b/_config.yml @@ -24,7 +24,7 @@ description: >- # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description. -baseurl: "/" # the subpath of your site, e.g. /blog +baseurl: "" # the subpath of your site, e.g. /blog url: "https://avrahamsociety.org" # the base hostname & protocol for your site, e.g. http://example.com # Exclude from processing. diff --git a/main.css b/main.css index 43ca940..b65924f 100644 --- a/main.css +++ b/main.css @@ -44,18 +44,19 @@ h1, h2, h3, h4, h5, h6 { text-align: center; padding-top: 6%; padding-bottom: 10%; - min-height: 90vh; + min-height: 100vh; box-sizing: border-box; background-image: url(res/Avraham_Society.png); background-position: 50% 50%; background-attachment: fixed; background-size: cover; position: relative; + margin-bottom: 5%; /*clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 30% 100%, 0% 90%);*/ } #header::before { - content: ""; + /*content: ""; position: absolute; z-index: 0; top: 0; @@ -67,7 +68,7 @@ h1, h2, h3, h4, h5, h6 { display: block; clip-path: polygon(0% 90%, 0 100%, 100% 100%, 100% 90%, 30% 100%); background-color: black; - box-sizing: border-box; + box-sizing: border-box;*/ } body {