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 {
|
#homepageContainer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
overflow-y: auto;
|
||||||
|
|
||||||
#homepage {
|
#homepage {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -14,14 +14,15 @@
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-size: 4em;
|
font-size: 4em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
margin-top: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#about {
|
div#about {
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
min-width: 520px;
|
|
||||||
width: 60%;
|
width: 60%;
|
||||||
|
min-width: Min(100%, 520px);
|
||||||
}
|
}
|
||||||
|
|
||||||
a code {
|
a code {
|
||||||
|
|
Loading…
Reference in a new issue