Adjust landing page text size
continuous-integration/drone/push Build is passing Details

This commit is contained in:
e26chiu 2022-12-30 17:44:33 -05:00
parent 6568bc8d34
commit d486c9252f
1 changed files with 9 additions and 4 deletions

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);
}
}