Skip to content

Commit

Permalink
Dev Site Update. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 29, 2024
1 parent accd53a commit 124ab76
Show file tree
Hide file tree
Showing 51 changed files with 155 additions and 156 deletions.
4 changes: 2 additions & 2 deletions about.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion about.page-vue-render.js

Large diffs are not rendered by default.

13 changes: 6 additions & 7 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ mark {
min-width: 0;
max-width: 1000px;
overflow-x: auto;
padding: 0.8rem 20px 0 20px;
padding: 0.8rem 20px 0;
transition: 0.4s;
-webkit-transition: 0.4s;
}

#site-nav,
Expand All @@ -82,7 +81,7 @@ mark {

.site-nav-top {
margin: 0.8rem 0;
padding: 0 12px 12px 12px;
padding: 0 12px 12px;
}

.nav-component {
Expand All @@ -93,21 +92,21 @@ mark {
border-left: 1px solid lightgrey;
}

@media screen and (max-width: 1299.98px) {
@media screen and (width <= 1299.98px) {
#page-nav {
display: none;
}
}

/* Bootstrap medium(md) responsive breakpoint */
@media screen and (max-width: 991.98px) {
@media screen and (width <= 991.98px) {
#site-nav {
display: none;
}
}

/* Bootstrap small(sm) responsive breakpoint */
@media (max-width: 767.98px) {
@media (width <= 767.98px) {
.indented {
padding-left: 10px;
}
Expand All @@ -118,7 +117,7 @@ mark {
}

/* Bootstrap extra small(xs) responsive breakpoint */
@media screen and (max-width: 575.98px) {
@media screen and (width <= 575.98px) {
#site-nav {
display: none;
}
Expand Down
14 changes: 7 additions & 7 deletions devGuide/bootcamp/contributeToDocs.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion devGuide/bootcamp/contributeToDocs.page-vue-render.js

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

18 changes: 9 additions & 9 deletions devGuide/bootcamp/exploreMarkBind.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion devGuide/bootcamp/exploreMarkBind.page-vue-render.js

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

16 changes: 8 additions & 8 deletions devGuide/bootcamp/fixABug.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion devGuide/bootcamp/fixABug.page-vue-render.js

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

Loading

0 comments on commit 124ab76

Please sign in to comment.