From 2d899578a2938c7132b8471c013f17d2c5e5ff90 Mon Sep 17 00:00:00 2001 From: Nadia DAOUDI Date: Wed, 18 Oct 2023 21:41:42 +0200 Subject: [PATCH] improve past events div --- css/style.css | 13 +++++++++++++ index.html | 2 ++ 2 files changed, 15 insertions(+) diff --git a/css/style.css b/css/style.css index 42e4b35..271a15c 100644 --- a/css/style.css +++ b/css/style.css @@ -834,6 +834,7 @@ a:focus { padding: 10px; margin: 5px; border-radius: 5px; + position: relative; } .details { @@ -1361,3 +1362,15 @@ a:focus { text-align: center; } } + + + +.chevron { + position: absolute; + margin-top: 5px; + padding-right: 15px; + right: 0; + transform: translateY(-50%) rotate(270deg); /* Rotate the chevron to point downwards */ + font-size: 18px; /* Adjust the font size as needed */ +} + diff --git a/index.html b/index.html index 7320ab8..0a68aa1 100644 --- a/index.html +++ b/index.html @@ -220,7 +220,9 @@

Past Seminars

  • Rete: Learning Namespace Representation for Program Repair, Monday, October 9th, 2023, by Nikhil Parasaram from UCL +
    +