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 +
    +