diff --git a/public/images/hutopymedia/tospage/headerbackground.png b/public/images/hutopymedia/tospage/headerbackground.png index 5afd1a1..411ae36 100644 Binary files a/public/images/hutopymedia/tospage/headerbackground.png and b/public/images/hutopymedia/tospage/headerbackground.png differ diff --git a/src/cssstyle/tosstyle.css b/src/cssstyle/tosstyle.css new file mode 100644 index 0000000..ecfe03d --- /dev/null +++ b/src/cssstyle/tosstyle.css @@ -0,0 +1,16 @@ +.h1-tos { + font-size: 3rem; + font-weight: bold; +} + + +.h2-tos { + font-size: 2rem; + font-weight: bold; + margin-top: 5px; + margin-bottom: 5px; +} + +.p-tos { + font-size: 1.1rem; +} \ No newline at end of file diff --git a/src/views/documentation/HelpAndContact.vue b/src/views/documentation/HelpAndContact.vue index 3aa4230..83334fb 100644 --- a/src/views/documentation/HelpAndContact.vue +++ b/src/views/documentation/HelpAndContact.vue @@ -1,16 +1,20 @@ + + + +