Skip to content

Commit

Permalink
Intro spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
bardsley committed Nov 25, 2024
1 parent ff3bda2 commit 17f4b1a
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions docs/client/winchester/parallax.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,23 @@ header#hero h1 {
}
}

.basic {
padding: 1rem 3rem;
border: solid 1px transparent;
}
.basic h2 {
text-transform: uppercase;
font-weight: black;
/* font-size: 1.8rem; */
border-bottom: solid var(--line-thickness) var(--organisation);
display: inline-block; padding-bottom: 0.5rem;
margin:0;
}
.basic p {
/* font-size: 1.2rem; */
}


section#introduction {
padding: 7rem 0 0rem;
max-width: var(--max-column-width);
Expand Down Expand Up @@ -137,12 +154,12 @@ section#introduction {
#mission {
/* position: relative; */
transform: translate(320px,0);
max-width: 500px;
max-width: 800px;
}
#vision {
/* position: relative; */
transform: translate(280px,0);
max-width: 550px;
max-width: calc(100% - 250px);
}
}

Expand Down Expand Up @@ -483,20 +500,6 @@ section#introduction {



.basic {
padding: 2rem 5rem;
border: solid 1px transparent;
}
.basic h2 {
text-transform: uppercase;
font-weight: black;
/* font-size: 1.8rem; */
border-bottom: solid var(--line-thickness) var(--organisation);
display: inline-block; padding-bottom: 0.5rem;
}
.basic p {
/* font-size: 1.2rem; */
}



Expand Down

0 comments on commit 17f4b1a

Please sign in to comment.