code updates

This commit is contained in:
2024-03-25 11:43:15 -04:00
parent 7e24bb59ec
commit 9d002773c8
5 changed files with 41 additions and 19 deletions

View File

@@ -2560,11 +2560,6 @@ select {
line-height: 1;
}
.text-7xl {
font-size: 4.5rem;
line-height: 1;
}
.text-lg {
font-size: 1.125rem;
line-height: 1.75rem;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,8 @@
#hero {
background-image: url("../images/bgs/hero-bg.jpeg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-color: var(--gray-500);
background-blend-mode: multiply;
}
background-image: url('../images/bgs/hero-bg.jpeg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-color: var(--gray-500);
background-blend-mode: multiply;
}

View File

@@ -1816,11 +1816,6 @@ select {
line-height: 1;
}
.text-7xl {
font-size: 4.5rem;
line-height: 1;
}
.text-lg {
font-size: 1.125rem;
line-height: 1.75rem;