Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
bottom: 1em;
right: 1em;
}

img {
display: block;
max-width: 100%;
height: auto;
aspect-ratio: 275 / 50;
}
}

@keyframes slide {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const OpenCollectiveContribution = () => {
<img
src='https://opencollective.com/confstech/contribute/[email protected]?color=blue'
width={275}
height={50}
alt='Contribute to confs.tech through open collective'
/>
</a>
Expand Down
Loading