Skip to content

Commit

Permalink
feat: add banner to community meetings and move tetragon slides under…
Browse files Browse the repository at this point in the history
… the community links

Signed-off-by: Anna Artemova <[email protected]>
  • Loading branch information
annaindistress committed Aug 15, 2024
1 parent ecdb38f commit 48fe541
Show file tree
Hide file tree
Showing 7 changed files with 282 additions and 190 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/_vendor/github.com/google/docsy/assets/scss/main.scss

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 11 additions & 10 deletions docs/_vendor/github.com/google/docsy/layouts/_default/baseof.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions docs/assets/scss/header.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
.td-home header {
position: sticky;
top: 0;
z-index: 32;
}

.td-navbar {
height: 64px;
padding: 20px 0;
background-color: #fff;
border-bottom: 1px solid #E5E7E7;

.td-home & {
position: static;
font-family: "Manrope", sans-serif;
background-color: #f7fdfd;
border-bottom-color: #f7fdfd;
Expand Down
4 changes: 0 additions & 4 deletions docs/assets/scss/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
@import "home/presentation";

.home {
// dirty hack that should be changed if we change the size of the navbar
margin-top: 64px;

margin-left: auto;
margin-right: auto;
max-width: 1216px;
Expand Down Expand Up @@ -63,4 +60,3 @@
list-style: none;
}
}

Loading

0 comments on commit 48fe541

Please sign in to comment.