diff --git a/nf/index.html b/nf/index.html index 3cafa81..4a99298 100644 --- a/nf/index.html +++ b/nf/index.html @@ -45,7 +45,7 @@

Nothin' Fancy (or NF) is a 3D game engine / visualizer for Windows built with CMake and MSVC. I ultimately want to use my engine to create a game I can release on Steam for free.

- +

The first revision was developed in 2021 as an experimental learning project. It has a number of cool features including a custom asset pack system complete with model cooking, an easy way to create a UI, material texture support including normal maps, and even a physics engine, but it is still missing a number of important features. diff --git a/style.css b/style.css index fc09c05..1a0a2c5 100644 --- a/style.css +++ b/style.css @@ -194,6 +194,8 @@ p { iframe.video { display: block; + width: 40%; + aspect-ratio: 16 / 9; margin: auto; margin-top: 1em; @@ -263,4 +265,8 @@ footer { width: 70%; margin: 0 auto; } + + iframe.video { + width: 90%; + } } \ No newline at end of file