Skip to content

Commit

Permalink
add conf images button (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
InnaAtanasova authored Jun 4, 2024
1 parent 94eb89c commit 9654928
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,17 @@ main {
margin-block: 1rem 2rem;
}

.recap-btn.secondary {
margin-block: 2rem;
background: transparent;
border: 2px solid var(--brand-color-alt);
}

.recap-btn.secondary:is(:hover,:focus) {
margin-block: 2rem;
background: transparent;
border-color: var(--brand-color);
}

@media only screen and (min-width: 768px) {
.recap-site-header .recap-wrap {
Expand Down
2 changes: 2 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ <h1>
title="link to the broadcast of side track in W1/W2">🎥 Side Track - W1/W2</a>
</div>

<a href="https://photos.app.goo.gl/FN7Bn9efDTafVyst6" class="recap-btn secondary" target="_blank">Conference images</a>

<div class="recap-sponsors-header">
<ul class="recap-sponsors-header-overview-list">
<li>
Expand Down

0 comments on commit 9654928

Please sign in to comment.