diff --git a/docs/about.html b/docs/about.html index a39d2fa..01ddd03 100644 --- a/docs/about.html +++ b/docs/about.html @@ -62,20 +62,41 @@

+

Thousands of Users!

On April 17th, 2023, the project was born! Though it was finished midway through registration, the following registration periods saw a lot of use from students all over campus.

- +
+ +
+

(Mobile Users may have to scroll a bit)

+
+
+

What's next?

+

+ The website will continue to be updated with the latest grade + distribution data from UT Austin for the foreseeable future +

+

+ In the meantime, my team and I have been working on + UT Registration Plus + so we're excited to ship out our new overhaul update soon! Check the + changelog for our beta testing interest + form! +

diff --git a/docs/main.css b/docs/main.css index b1953b2..0148140 100644 --- a/docs/main.css +++ b/docs/main.css @@ -219,8 +219,9 @@ h1 { } .image-container { - width: 100%; + width: 80%; max-width: fit-content; + min-width: 200px; margin: 0 auto; margin-bottom: 10px; overflow: hidden; @@ -235,6 +236,13 @@ h1 { transition: transform 0.3s ease; } +.iframe-container { + width: 100%; + overflow: auto; /* Enable scrolling when content overflows */ + max-width: 600px; /* Set maximum width to match iframe width */ + margin: 0 auto; /* Center the container horizontally */ + } + .fa:hover { opacity: 0.9; }