From 34fc6ab21b213f2fc1e6c67b7ce8fb6c331c9f96 Mon Sep 17 00:00:00 2001 From: atlastrinity Date: Tue, 13 Apr 2021 14:43:14 +0100 Subject: [PATCH] minor edits shortened title to solve formatting issues --- index.html | 2 +- pages/mainpage.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 5b77963..7f0765d 100644 --- a/index.html +++ b/index.html @@ -46,7 +46,7 @@
-

VR interaction system and physics engine

+

VR physics engine

diff --git a/pages/mainpage.css b/pages/mainpage.css index a0a5fae..de8f5de 100644 --- a/pages/mainpage.css +++ b/pages/mainpage.css @@ -131,7 +131,7 @@ h1{ padding: 5px; - font-size: 2rem; + font-size: clamp(1rem, 3vw, 3rem); border-radius: 0; border-top-left-radius: 5px;