Add front page (Closes #44) #68

Merged
e26chiu merged 23 commits from j285he-front-page into main 2022-12-30 19:37:15 -05:00
1 changed files with 9 additions and 4 deletions
Showing only changes of commit d486c9252f - Show all commits

View File

@ -11,7 +11,7 @@
.title {
position: relative;
width: 80vw;
height: 100vh;
height: 90vh;
}
.titleImage {
@ -28,7 +28,7 @@
.blurb {
position: absolute;
bottom: 20vh;
bottom: 10vh;
right: 10vw;
width: fit-content;
height: fit-content;
@ -128,14 +128,19 @@
.blurb {
right: 0;
top: 30vh;
margin: 0.5rem 0;
}
.blurb h1 {
font-size: calc(40rem / 16);
font-size: calc(38rem / 16);
}
.blurb h3 {
font-size: calc(30rem / 16);
font-size: calc(25rem / 16);
}
.viewButton {
font-size: calc(25rem / 16);
}
}