diff options
-rw-r--r-- | src/html/index.html | 2 | ||||
-rw-r--r-- | src/scss/index.scss | 6 |
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 ); } |