summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Carpenter <atc@53hor.net>2020-04-22 21:52:01 -0400
committerAdam Carpenter <atc@53hor.net>2020-04-22 21:52:01 -0400
commit2291e6fb5ad6e51669ad1147f18aa10ea603488a (patch)
tree1fbeca3d1e89b5eb6c1bf22880fdfe38ab98235a
parent33866efc7031ac995cece6b46f26d8391d86fc36 (diff)
downloadcarpentertutoring-2291e6fb5ad6e51669ad1147f18aa10ea603488a.tar.xz
carpentertutoring-2291e6fb5ad6e51669ad1147f18aa10ea603488a.zip
updated banner fade and title size
-rw-r--r--src/html/index.html2
-rw-r--r--src/scss/index.scss6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/html/index.html b/src/html/index.html
index de056ca..51d4d78 100644
--- a/src/html/index.html
+++ b/src/html/index.html
@@ -51,7 +51,7 @@
<section class="section has-text-right has-banner">
<div class="banner">
<div class="container">
- <h1 class="title is-1 has-text-shadow">
+ <h1 class="title is-2 has-text-shadow">
CARPENTER TUTORING
</h1>
<h2 class="subtitle is-3 has-text-shadow">
diff --git a/src/scss/index.scss b/src/scss/index.scss
index 68aa412..2b9aec2 100644
--- a/src/scss/index.scss
+++ b/src/scss/index.scss
@@ -91,9 +91,9 @@ $body-font-size: 1.25rem;
padding-right: 5%;
// gradient
- background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
- background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
- background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
+ background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
+ background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
+ background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}