Finalize styles. Release candidate.

This commit is contained in:
Chris Wilson
2020-12-02 23:48:10 -05:00
parent ce5f8d7267
commit 7b9c18eee2
5 changed files with 28 additions and 14 deletions

View File

@@ -6,7 +6,7 @@
justify-content: space-between;
width: calc(100% - 0.5rem);
padding-left: 0.5rem;
padding-top: 50px;
padding-top: 80px;
color: #dfedc6
}

View File

@@ -37,7 +37,7 @@ html{
#landing-links{
margin-left: auto;
margin-right: auto;
height: 400px;
height: 350px;
}
#landing-links a{
@@ -214,12 +214,20 @@ html{
}
#landing{
width: 660px;
min-height: 360px;
width: 700px;
min-height: 280px;
margin-left: auto;
margin-right: auto;
}
#landing #first-line{
font-weight: 500;
}
#landing .variable{
color: #ffff00;
}
.landing-deco{
position: absolute;
}