Skip to content

Commit

Permalink
Update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinamstutz committed Jun 10, 2021
1 parent 6aa6322 commit 2d793d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 19 deletions.
18 changes: 9 additions & 9 deletions src/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,15 @@ body {
padding: 0.5rem 1rem;
}

.navbar-brand .navbar-item + .navbar-item {
-webkit-box-flex: 1;
-moz-box-flex: 1;
flex-grow: 1;
-webkit-box-pack: end;
-moz-box-pack: end;
justify-content: end;
}

.navbar-item.has-dropdown {
padding: 0;
}
Expand Down Expand Up @@ -147,15 +156,6 @@ body {
display: flex;
}

.navbar-brand .navbar-item + .navbar-item {
-webkit-box-flex: 1;
-moz-box-flex: 1;
flex-grow: 1;
-webkit-box-pack: end;
-moz-box-pack: end;
justify-content: end;
}

.navbar-menu {
background: var(--navbar-menu-background);
box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
Expand Down
10 changes: 0 additions & 10 deletions src/layouts/default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,5 @@
{{> header}}
{{> body}}
{{> footer}}
<script src="https://files.stork-search.net/stork.js"></script>
<script>
stork.register(
'tdm',
'https://staging.the-examples-book.com/_/tdm.st'
);
</script>
<!-- Cloudflare Web Analytics -->
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "9f81f56559dc4226a615e5031694cd5c"}'></script>
<!-- End Cloudflare Web Analytics -->
</body>
</html>

0 comments on commit 2d793d2

Please sign in to comment.