Skip to content

Commit

Permalink
Small layout changes to fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
keithduke committed Nov 20, 2024
1 parent 724fdca commit c3e3d47
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@
padding: 0;
}
html, body {
height:100%;
width:100%;
min-height:100vh;
display: flex;
flex-direction: column;
width:100vw;
font-family: Georgia, serif;
font-size: 1.125em;
scroll-behavior: smooth;
Expand Down Expand Up @@ -77,7 +79,7 @@
width: 100vw;
padding: 10vh 0;
background-color: rgba(217, 78, 49);
overflow: hidden;
overflow-x: hidden;
}
#about h1 {
width: 85%;
Expand All @@ -88,7 +90,7 @@
#about h2 {
position: absolute;
aria-hidden: true;
font-size: 30vh;
font-size: 25vh;
color: rgba(48, 38, 29, 0.1);
margin-top: -.5em;
transform-origin: left;
Expand Down Expand Up @@ -116,9 +118,9 @@
footer {
background-color: yellow;
width:100vw;
height: min-content;
padding: 5vh 0;
position: relative;
align-items: center;
overflow-y: hidden;
overflow-x: hidden;
}
Expand Down

0 comments on commit c3e3d47

Please # to comment.