progress on main page

This commit is contained in:
janis
2022-12-24 07:04:09 +01:00
parent bd246fe801
commit f686863211
5 changed files with 18 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ body {
/* make div full width (well technically oversized and move it to -1% offset */
display: block;
width: 101vw;
height: 130vh;
height: 120vh;
margin-top: -0.5vh;
margin-left: -0.5vw;
text-align: center;
@@ -37,17 +37,18 @@ body {
.title-content {
position: relative;
color: white;
top: 20vh;
}
.title-buttons {
position: relative;
top: 40vh;
top: 30vh;
}
.type-animation {
font-size: 500%;
color: white
font-size: 600%;
color: white !important;
}