No longer centered
This commit is contained in:
parent
ad17aefc9c
commit
e6776d179c
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
#homepageContainer {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
padding: 12px;
|
||||
box-sizing: border-box;
|
||||
overflow-y: auto;
|
||||
|
||||
#homepage {
|
||||
width: 100%;
|
||||
|
@ -14,14 +14,15 @@
|
|||
font-weight: normal;
|
||||
font-size: 4em;
|
||||
margin: 0;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
div#about {
|
||||
line-height: 1.5em;
|
||||
|
||||
p {
|
||||
min-width: 520px;
|
||||
width: 60%;
|
||||
min-width: Min(100%, 520px);
|
||||
}
|
||||
|
||||
a code {
|
||||
|
|
Loading…
Reference in a new issue