Skip to content

Commit

Permalink
Removed in css.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-broman committed Mar 9, 2024
1 parent 3d63f9a commit bb4acd0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
3 changes: 0 additions & 3 deletions src/components/HomepageFeatures.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@
width: 200px;
}

.hidden {
display: none !important;
}
7 changes: 7 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ html[data-theme='dark'] {
--ifm-color-primary-lightest: #a6a6a6;
}

/*
Use the following line in your .md file, if you don't want to see it in the menu:
---
sidebar_class_name: hidden
---
*/

.hidden {
display: none !important;
}
Expand Down
7 changes: 0 additions & 7 deletions src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,7 @@
*/


/*
Use the following line in your .md file, if you don't want to see it in the menu
sidebar_class_name: hidden
*/

.hidden {
display: none !important;
}


.heroBanner {
Expand Down

0 comments on commit bb4acd0

Please sign in to comment.