Skip to content

Commit

Permalink
fix: cta position (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebl authored Jan 24, 2024
1 parent a0e004c commit 5115f7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion services/docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
#cta-escape-button {
text-align: center;
margin: 20px auto;
@media (min-width: 996px) {
}

@media screen and (min-width: 996px) {
#cta-escape-button {
position: absolute;
bottom: 0;
left: 30px;
Expand Down
Binary file modified services/docs/static/img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5115f7f

Please sign in to comment.