diff --git a/src/css/style.scss b/src/css/style.scss index 1e5b432..5ef7afe 100644 --- a/src/css/style.scss +++ b/src/css/style.scss @@ -192,7 +192,7 @@ body #main-waardes { display: flex; - justify-content: space-evenly; + justify-content: space-between; padding: .5rem; padding-bottom: 0; width: 100%; @@ -200,8 +200,8 @@ body table { display: flex; - justify-content: space-around; - // width: 100%; + justify-content: space-between; + width: 100%; } } } diff --git a/src/index.html b/src/index.html index 2e3c628..13c0337 100644 --- a/src/index.html +++ b/src/index.html @@ -73,17 +73,39 @@ -