code updates
This commit is contained in:
@@ -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
@@ -1,8 +1,8 @@
|
||||
#hero {
|
||||
background-image: url("../images/bgs/hero-bg.jpeg");
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
5
src/scss/vendors/tailwind/_tailwind.scss
vendored
5
src/scss/vendors/tailwind/_tailwind.scss
vendored
@@ -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;
|
||||
|
Reference in New Issue
Block a user