From c392ccfec96efa3fec5555c3a0066b6705bf832a Mon Sep 17 00:00:00 2001 From: Nye Evans Date: Sat, 2 Jan 2021 21:11:25 +0000 Subject: [PATCH] final upload before creating new branch removed old filter, tweaked font sized --- pages/gallery.js | 3 ++- pages/index.html | 1 - pages/mainpage.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/gallery.js b/pages/gallery.js index 121715a..26d0590 100644 --- a/pages/gallery.js +++ b/pages/gallery.js @@ -25,4 +25,5 @@ function updateSlide(){ document.getElementById("programGalleryLink").href = slides[currentSlide].link; } -console.log("script loaded"); \ No newline at end of file +console.log("script loaded"); +updateSlide(); \ No newline at end of file diff --git a/pages/index.html b/pages/index.html index a27feff..4b7ffc4 100644 --- a/pages/index.html +++ b/pages/index.html @@ -11,7 +11,6 @@ -

Nye Evans diff --git a/pages/mainpage.css b/pages/mainpage.css index d1dfe76..0b9fd8c 100644 --- a/pages/mainpage.css +++ b/pages/mainpage.css @@ -130,7 +130,7 @@ button{ padding: 5px; - font-size: 5vh; + font-size: 4vh; border-radius: 0; border-top-left-radius: 5px;