From f3c9a420970f7446069e8481b41371f13c303925 Mon Sep 17 00:00:00 2001 From: Louis Hain Date: Thu, 11 Jul 2024 15:05:05 +0200 Subject: [PATCH] links to viewer and gh-profiles + minor fixes --- index.html | 59 +++++++++++++++++++++++++++++++++++++++++++----------- style.css | 6 +++--- 2 files changed, 50 insertions(+), 15 deletions(-) diff --git a/index.html b/index.html index cec63a4..00f362d 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,6 @@
-
@@ -126,43 +125,75 @@
Silvan
- +
computer science B.Sc.
Sara
- +
computer science B.Sc.
Louis
- +
computer science B.Sc.
Fabian
- +
cognitive science B.Sc.
Norbert
- +
computer science B.Sc.
Markus
- +
computer science B.Sc.
Niclas
- +
computer science B.Sc.
computer science B.Sc.
Pascal
- +
@@ -187,14 +218,18 @@ software to create realistic interior views of buildings and rooms.

- diff --git a/style.css b/style.css index a37aa43..efad847 100644 --- a/style.css +++ b/style.css @@ -8,14 +8,14 @@ .main .overlap-wrapper { background-color: #0b0b0b; - overflow-x: hidden; - width: 1386px; + overflow-x: auto; + width: 100vw; height: 3551px; } .main .overlap { position: relative; - width: 2714px; + width: 100vw; height: 3736px; left: -1042px; }