From 240e095c6105b863617e4757cd7a9a3620a66daa Mon Sep 17 00:00:00 2001 From: Shaquille Pearson Date: Thu, 21 Nov 2024 19:26:22 -0500 Subject: [PATCH] Fixed paper section hover and changes hover 2 hover icons --- index.html | 4 ++-- styles.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 46c4d77..5dfc5be 100644 --- a/index.html +++ b/index.html @@ -638,7 +638,7 @@

Code Review Practises On Ethereum Smart Contracts

- +

Predicting Build Breakage With Machine Learning.

This project is a literature survey focused on applying machine learning techniques to predict @@ -658,7 +658,7 @@

Predicting Build Breakage With Machine Learning.

- +

Exploring the Prevalence of Social Biases In State Of The Art large language Models

This project investigates the prevalence of social biases in large language models like GPT-2, diff --git a/styles.css b/styles.css index ddfb715..b1d94b3 100644 --- a/styles.css +++ b/styles.css @@ -537,7 +537,7 @@ section ul li { .paper:hover { box-shadow: 0 0 20px rgba(0, 128, 0, 0.5); - transform: none; + transform: scale(1.01); z-index: 1; }