Skip to content

Commit

Permalink
Update embed demo (#602)
Browse files Browse the repository at this point in the history
Signed-off-by: Cintia Sanchez Garcia <[email protected]>
  • Loading branch information
cynthia-sg authored May 27, 2024
1 parent 875347b commit 1edea27
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 226 deletions.
15 changes: 15 additions & 0 deletions web/public/static/demo-embed/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>Clotributor embed</title>
<style>
html {
Expand Down Expand Up @@ -173,6 +174,20 @@
line-height: 1.5rem;
}
}

@media only screen and (max-width: 575.98px) {
.navbar-logo svg {
height: 30px;
}

.nav-link {
font-size: 0.9rem;
}

.active::after {
bottom: -23px;
}
}
</style>
</head>
<body>
Expand Down
226 changes: 0 additions & 226 deletions web/src/demo-embed/index.html

This file was deleted.

0 comments on commit 1edea27

Please sign in to comment.