Skip to content

Commit

Permalink
improve past events div
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadia DAOUDI committed Oct 18, 2023
1 parent ba6a8f5 commit 2d89957
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,7 @@ a:focus {
padding: 10px;
margin: 5px;
border-radius: 5px;
position: relative;
}

.details {
Expand Down Expand Up @@ -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 */
}

2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,9 @@ <h2>Past Seminars<h2>
<li>
<div class="speech-header">
<span class="title"><b>Rete: Learning Namespace Representation for Program Repair</b>, Monday, October 9th, 2023, by <b>Nikhil Parasaram</b> from <b>UCL</b></span>
<span class="chevron">&#8810;</span>
</div>

<div class="details">
<div class="event">
<div class="presenter-details">
Expand Down

0 comments on commit 2d89957

Please sign in to comment.