Skip to content

Commit

Permalink
reverse the centering process -> move to PR
Browse files Browse the repository at this point in the history
  • Loading branch information
moiSentineL committed Aug 24, 2024
1 parent 2dee8db commit 0a94a4e
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions src/styles/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,28 @@

html {
display: flex;
max-width: 75ch;
padding: 2em 1em;
justify-content: center;
margin: auto;
line-height: 1.6;
font-size: 1.1em;
font-family: Recursive, monospace;
align-items: center;
}

body {
position: fixed;
top: 50%;
left: 50%;
width: 75ch;
height: auto;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.header{
display: flex;
flex-direction: row;
padding-bottom: 2ch;
}

.name{
padding-bottom: 0rem;
line-height: 0.5;
font-size: 300%;
margin-top: 1rem;
margin-bottom:0.6em;
}

.whothis{
padding-bottom: 0rem;
line-height: 0.5;
Expand Down

0 comments on commit 0a94a4e

Please sign in to comment.