cl 6 years ago
parent
commit
5af912ff5f
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/About.vue

+ 3 - 2
src/views/About.vue

@@ -126,7 +126,7 @@ export default {
         document.body.scrollHeight -
           window.pageYOffset -
           document.getElementById("footer").offsetHeight >
-          400
+          450
       ) {
         //(window.innerHeight-document.getElementById("footer").offsetHeight) > 400)
         this.navBarFixed = true;
@@ -299,6 +299,7 @@ export default {
   margin-bottom: 1rem;
 }
 .headline {
+  width: fit-content;
   border-bottom: 3px solid rgb(0, 102, 153);
 }
 .listtext {
@@ -308,7 +309,7 @@ export default {
   color: rgb(154, 154, 154);
 }
 .headline p {
-  font-size: 3rem;
+  font-size: 3.3rem;
   color: rgb(0, 102, 153);
   font-weight: 600;
   margin-top: 0px;