Skip to content

Commit

Permalink
Merge pull request #72 from FAC29A/star
Browse files Browse the repository at this point in the history
small tweak: theme colour experiment, add padding bottom to body,
  • Loading branch information
Frannerz authored Oct 25, 2023
2 parents 7bcc86d + 1313db8 commit 9b24509
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* colour variable */
--backgound-light: rgb(242, 241, 230);
--footer-dark: rgb(50, 47, 47);
--blackest: #000000;
--blackest: #182443;
--dark-grey:#696463;
--mid-grey: #696463;
--light-grey:#C1BEBD;
Expand Down Expand Up @@ -85,6 +85,7 @@ body {
height: 100vh;
max-width: 100vw;
padding-top: 2rem;
padding-bottom: 6rem;
/* font-family: 'DM Serif Display', serif; */
}

Expand Down Expand Up @@ -331,15 +332,18 @@ main {
h1 {
font-family: 'Elsie Swash Caps', serif;
font-size: 3.8rem;
color: var(--blackest);

}
h2 {
font-size: 1.8rem;
color: var(--blackest);

}

h3 {
font-size: 1.5rem;
color: var(--blackest); color: var(--blackest);
}

footer {
Expand Down Expand Up @@ -400,6 +404,7 @@ footer {

.result-banner-mid-div {
border: var(--line-s) solid var(--blackest);
border-left: none;
margin-top: 2rem ;
margin-bottom: 4rem;
width: fit-content;
Expand Down

0 comments on commit 9b24509

Please sign in to comment.